How to Create a Recently Modified View in SharePoint
A view sorted by Modified date shows what’s changed recently. Useful for awareness, audits, and ‘what’s been happening?’ updates.
What it is
A Recently Modified view sorts the library by the Modified date in descending order, so the most recently updated files appear at the top. It’s not a sophisticated view — but it’s enormously useful as a ‘what’s new’ lens. Managers checking activity, auditors reviewing recent changes, team members catching up after time off — all benefit from an at-a-glance view of recent work.
Combined with filters, the view gets sharper. ‘Modified in the last 7 days’ filters out everything older. ‘Modified by [Me]’ shows your own recent activity. ‘Modified in the last 30 days, grouped by Document Type’ gives you a category-level view of what’s been changing.
For status meetings and team check-ins, a Recently Modified view is often more useful than the agenda. Open the library, see what’s been touched in the last week, walk through the highlights. No prep required — the view is the agenda.
When to use this
- When you want to see what’s changed recently in a library.
- For status meetings, team check-ins, audit reviews.
- When users come back from leave and want to catch up on activity.
- For managers monitoring activity in libraries they oversee.
How to do it
- Create a new view or edit an existing one.
- Sort by Modified date, descending (newest first).
- Optionally filter to last 30 days, or last 7 days.
- Optionally combine with Group By Modified-By or Document Type.
- Save as ‘Recently Modified’ or ‘This Week’s Activity’.
- Make Public if the team will use it.
Best practices
- Combine with date-range filters. ‘Last 30 days’ is more useful than ‘all time, sorted by date’.
- Group by Modified-By for activity reports. See who’s been doing what, at a glance.
- Use for status meetings. Replace the agenda with the view itself.
- Don’t make this the default view. Useful as a secondary view, not the primary one.
Common mistakes
- No filter, just sort. Becomes a list of every file ever, in date order. Filter to last 30 days at minimum.
- Confusing Modified with Created. Modified = last edit; Created = when it was first uploaded.
- Using as the default view. Recent ≠ relevant. Default views should serve the primary use case.
The File Sanity Kit gives you the Container Method™ — audit, restructure, and future-proof SharePoint without IT admin. The complete methodology, full workbook, and 8-tab Excel planner.
Get the File Sanity Kit — $27 →FAQ
How do I show recently modified files in SharePoint?
Create a new view, sort by Modified descending (newest first), and add a filter where Modified is greater than or equal to [Today]-7 (last 7 days). Save. The view now shows only the past week’s activity, with the newest at the top. Adjust the date offset to match your team’s rhythm — 1 day for daily standup, 7 for weekly review.
What’s the [Today] keyword in SharePoint filters?
[Today] is a dynamic date placeholder that resolves to the current date. You can use it in filters like ‘Modified greater than or equal to [Today]-7’ for the last week, or ‘Due Date less than [Today]+30’ for things due in the next 30 days. The math is evaluated per session, so the view stays current without anyone editing it.
Can I see who modified files in a SharePoint view?
Yes — add the Modified By column to your view. It’s a Person column, so it shows the user’s profile photo and name. Combined with a Recently Modified filter, you get an instant ‘who’s been working on what’ view — useful for team standups, handovers, and seeing where active work sits.
Why don’t I see today’s changes in my Recently Modified view?
Two common causes: the filter is greater than rather than greater than or equal to (which excludes today); or the date math is wrong — [Today]-1 means yesterday onwards, not today onwards. For a ‘changes today’ filter, use Modified greater than or equal to [Today].