diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb
index ebddf36de973c21f4ae9492cb06a0d8f53cc23fe..a3019b3ac78f49ec298aed242937a94ee8282507 100644
--- a/app/controllers/groups_controller.rb
+++ b/app/controllers/groups_controller.rb
@@ -100,7 +100,7 @@ class GroupsController < ApplicationController
   end
 
   def projects
-    @projects ||= ProjectsFinder.new.execute(current_user, group: group)
+    @projects ||= ProjectsFinder.new.execute(current_user, group: group).sorted_by_activity.non_archived
   end
 
   def project_ids