diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb
index 029b2cbec..60af1b84a 100644
--- a/app/views/users/index.html.erb
+++ b/app/views/users/index.html.erb
@@ -15,7 +15,7 @@
<% if @searched %>
<% item_label = @pagy.count > 1 ? "users" : "user" %>
- <%= @pagy.count %> <%= item_label %> found matching ‘<%= @searched %>’ of <%= User.count %> total users.
+ <%= @pagy.count %> <%= item_label %> found matching ‘<%= @searched %>’ of <%= User.count %> total users. <%= govuk_link_to("Clear search", request.path) %>
<% else %>
<%= @pagy.count %> total users.
<% end %>