Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Need to find the confluence space is not active from more than 6 months

sankalp_khare
Contributor
August 21, 2026

Hello Team,

I wanted to check if there is a way to identify Confluence pages/spaces that have not been viewed, updated, or actively used for more than the last 6 months.

More specifically, I am looking to identify the following:

  • Pages/spaces that have not been viewed in the last 6 months
  • Pages/spaces that have not been updated in the last 6 months
  • The last viewed/updated date for each page or space
  • Ideally, a report/export that can help us identify inactive or unused Confluence content

Could anyone please guide me on how we can get this information through the Confluence UI or any available reporting/analytics feature?

Thank you.

3 answers

2 votes
Martin Runge
Community Champion
August 21, 2026

Hi @sankalp_khare

If you would be on the Confluence Premium plan or higher, the native feature Mission control shows you the total number of inactive content items across the site and which spaces hold the most of them. At the space level, Mission control provides a list for that space, and from there you drill into the content manager to archive or reassign owners.

If you want to see space-level activity without any app: Instead of listing stale pages, search each space whether it has any fresh content at all: space = "WJD" AND lastmodified >= now("-6M") AND type = page. Zero results means nobody has touched that space in six months. When you loop it over the space keys from your spaces report, this turns a huge page list into a short list of dead spaces, which is usually what you actually want for a decision.

Cheers, Martin

 

1 vote
Arkadiusz Wroblewski
Community Champion
August 21, 2026

Hello @sankalp_khare 

On standard, you are limited to Download a spaces report | Confluence Cloud | Atlassian Support Advanced Search or an APP from Marketplace.

Plenty of apps can provide that; if you don´t need to review it all the time, a Trial should be enough.

Best,

Arek🤠

0 votes
Viswanathan Ramachandran
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 21, 2026

Hi @sankalp_khare 

echo Arkadiusz

Plus, you can use CQL for ex:

https://<yoursite>.atlassian.net/wiki/rest/api/content/search?cql=type=page%20and%20lastModified%20%3C%20%222026-02-21%22

If you prefer using the standard Confluence interface, you can use the search directly in the browser: 

Open the Confluence Search Bar https://<yoursite>.atlassian.net/wiki/search

  • here you have options to select the filters

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events