Digital Declutter: A 30-Day Cleanup Guide
A structured 30-day plan to clean up your digital life. Files, apps, subscriptions, and even your codebase with AI-assisted workflows.
I had 47,000 files in my Downloads folder. Not a typo. I ran ls | wc -l out of curiosity and the number was large enough that I briefly considered just buying a bigger drive instead of dealing with it.
That folder had become a time capsule of bad habits: screenshots from 2019, duplicate PDFs named final_v3_REAL_final.pdf, installers for software I stopped using years ago, and a mysterious 2GB zip file I was too afraid to delete because I couldn't remember what was inside it. My phone had 14 apps I hadn't opened in six months. My email inbox sat at 23,000 unread. Three streaming subscriptions were quietly billing me for content I never watched.
So I built a 30-day plan and actually followed it. Some of it worked great. Some of it was overkill. Here's the honest version, including the parts where I gave up halfway through and circled back later.
Week 1: Quick Wins (Days 1-7)
The first week is designed to build momentum without requiring decisions. Each task is small, time-boxed, and satisfying in the way that deleting things is always satisfying. No reorganization yet. Just removal.
Day 1: Unsubscribe from 10 newsletters (15 min)
Open your email, search for "unsubscribe," and start clicking. Don't read the emails. Don't think about whether you might want them later. If you haven't read the last three issues, you won't read the next one either. Ten is the target because it's enough to make a visible dent without turning this into an all-day project. I got through 10 in about 12 minutes, then kept going and hit 26 because the momentum felt good.
Day 2: Delete screenshots older than 30 days (20 min)
Screenshots are the fruit flies of digital clutter. They breed fast and you rarely need them after the first day. On macOS, sort your Screenshots folder by date. On a phone, filter by screenshots in your photo app. If you're feeling cautious, move them to a "screenshot-archive" folder first and delete it in two weeks when you realize you never opened it. I found 1,400 screenshots on my phone. Kept about 30.
Day 3: Remove unused phone apps (10 min)
Both iOS and Android show you which apps you haven't opened recently. On iPhone, go to Settings > General > iPhone Storage and sort by last used. Anything untouched for 90+ days gets deleted. The app store remembers your purchases, so reinstalling takes 30 seconds if you change your mind. I removed 14 apps and haven't reinstalled a single one.
Day 4: Clear browser bookmarks (15 min)
My bookmarks bar had 47 items, most of which I hadn't clicked in over a year. The ones I actually use daily, I type from muscle memory anyway. Open your bookmark manager, scan through the list, and delete anything you don't recognize or haven't visited in the last month. If a bookmark is a reference article, consider whether a quick search would find it just as fast. It usually would.
Day 5: Clean the Downloads folder (20 min)
This was the big one for me. Sort by date, oldest first. Everything older than 6 months goes into the trash immediately. For recent files, quickly scan for anything you actually need and move it to a proper location. The rest gets deleted. If you're working with a massive folder like mine, you can use a text counter to check file listings or use the terminal: find ~/Downloads -mtime +180 -delete handles the oldest files in one pass. My 47,000-file folder dropped to about 200.
Day 6: Audit notification permissions (10 min)
Go to your phone's notification settings and review which apps can interrupt you. Most people have 40-60 apps with notification access, and maybe 5-8 of those actually need it. Turn off notifications for everything that isn't messaging, calendar, or security-related. I kept notifications for exactly seven apps. The silence was immediately noticeable.
Day 7: Cancel unused subscriptions (15 min)
Check your bank statement or use your phone's subscription management (Settings > Apple ID > Subscriptions on iPhone, Play Store > Payments > Subscriptions on Android). Cancel anything you haven't used in the last 30 days. "I might use it someday" is the most expensive sentence in personal finance. I was paying $34/month for three services I'd forgotten about.
Week 2: Deep Cleaning (Days 8-14)
Week 1 handles the obvious stuff. Week 2 is where you open drawers you've been avoiding. These tasks take longer and require more judgment calls, so give yourself grace when something takes 45 minutes instead of 20.
Days 8-9: Photo library (45 min each)
Photos are emotionally complicated to sort, which is why I split this across two days. Day 8: delete obvious junk. Blurry shots, accidental pocket photos, screenshots that ended up in the camera roll, duplicate bursts where you kept all 10 instead of the best one. Day 9: review your albums and remove anything that doesn't make you feel something when you look at it. I started with 12,000 photos and ended at about 4,500. The library feels more like a collection now and less like a hard drive dump.
Days 10-11: Cloud storage (30 min each)
Google Drive, Dropbox, iCloud, OneDrive. Most people have files scattered across at least two of these. Day 10: open each one and delete files you no longer need. Day 11: consolidate. Pick one primary service and move anything important there. Having files in four places means you'll never find anything when you need it. I moved everything to a single provider and reclaimed 18GB of storage, which saved me from upgrading to a paid tier.
Days 12-13: Email (30 min each)
Day 12: archive everything older than 30 days in one batch. Not delete, archive. This gets your inbox count to something manageable. Day 13: set up two or three filters to automatically sort incoming mail. I created filters for receipts, newsletters I actually kept, and notifications. The goal is not inbox zero as a permanent state. The goal is reducing the daily triage load from 50 emails to about 10 that actually need your attention.
Day 14: Desktop and Documents folder (30 min)
Your desktop is not a filing system. Move everything off it. Create three folders in Documents if you don't have a structure: "Active" for current projects, "Reference" for things you look up occasionally, and "Archive" for everything else. Anything that doesn't fit in those three folders probably doesn't need to exist. My desktop went from 83 items to a single wallpaper.
Week 3: Systems and Habits (Days 15-21)
The first two weeks were about reducing volume. Week 3 is about building the systems that prevent accumulation from happening again. This is the hard part, because it requires changing behavior rather than just deleting files.
Days 15-16: Automated file organization (40 min total)
Set up automatic rules to sort your Downloads folder. On macOS, you can use Automator or Hazel. On Windows, use Power Automate or a simple script. The rules don't need to be complex: PDFs go to a Documents/PDFs folder, images go to Pictures, installers get deleted after 7 days. I wrote a short shell script that runs weekly via cron. It moves files by extension and deletes anything in Downloads older than 30 days. Took 20 minutes to set up and has saved me hours since.
Days 17-18: Password audit (30 min each)
If you use a password manager (and you should), open it and review your entries. Day 17: delete accounts for services you no longer use. Actually go to the service and delete the account, not just the password entry. Day 18: update weak or reused passwords. Most password managers flag these automatically. I had 340 entries in my password manager. After cleanup, 210 remained. The other 130 were for services that no longer existed, duplicate entries, or accounts I'd created just to read one article behind a signup wall. If you need to check password strength while updating, the math behind entropy is simpler than it seems. You can read more about that in our password entropy guide.
Days 19-20: Browser cleanup (20 min each)
Day 19: remove browser extensions you don't use. Each extension is a potential security risk and a small performance hit. I went from 23 extensions to 8. Day 20: review saved passwords in your browser and migrate them to your password manager if you haven't already. Then turn off the browser's built-in password save feature. One system, one source of truth.
Day 21: Weekly review setup (15 min)
Block 15 minutes every Sunday for a digital maintenance check. The agenda is three questions: (1) Is my Downloads folder empty? (2) Is my inbox under 50? (3) Did any new subscriptions sneak in? That's it. Keeping the review short is what makes it sustainable. I use a recurring calendar event with those three questions in the description. If you're already doing weekly time reviews, this folds in naturally. For ideas on structuring your focus time, the Pomodoro technique deep dive covers cadence design in useful detail.
Week 4: AI-Assisted Cleanup (Days 22-30)
The final stretch is where things get interesting. AI tools can handle cleanup tasks that would take hours manually, especially for developers and anyone with large document collections.
Days 22-23: Codebase cleanup
If you write code, your projects probably have dead files, unused imports, and functions that nothing calls anymore. AI coding assistants are genuinely good at finding these. Here are prompts that actually produce useful results:
"Find all exported functions in src/ that are never imported anywhere else in the project""List files in this project that haven't been modified in the last 6 months and aren't configuration files""Identify CSS classes defined in our stylesheets that aren't used in any template or component"
The key is to review the suggestions, not blindly accept them. AI will occasionally flag a function as unused when it's actually called through dynamic dispatch or reflection. Run your test suite after each batch of removals. I cleaned up a side project this way and removed about 15% of the codebase, which made the remaining code significantly easier to navigate.
Days 24-25: Document summarization
If you've accumulated hundreds of saved articles, PDFs, or notes, AI can help you triage them. Feed documents to a language model and ask: "Summarize this in two sentences. Is this reference material I'd look up again, or was it only useful at the time I saved it?" This works surprisingly well for deciding what to keep. I processed about 80 saved articles this way and kept 12. The rest were either outdated, duplicated information I already knew, or were "save for later" items where "later" was never going to arrive.
Days 26-27: Automated organization scripts
Ask an AI assistant to write scripts for recurring cleanup tasks. Some examples that have worked well for me:
- A script that finds duplicate files by hash and lists them for review
- A cron job that compresses files in specific folders after 30 days of no access
- A script that checks file sizes and flags anything over 100MB for manual review
When checking file sizes or converting between storage units during this process, a unit converter can save you from doing mental math between MB, GB, and TB. The point of these scripts isn't to automate everything. It's to automate the detection, so you only spend time on decisions that actually require human judgment.
Days 28-30: Build a maintenance system
The last three days are about making this sustainable. Here's what to set up:
- Monthly routine (30 min): First Sunday of each month. Review subscriptions, clean Downloads, check cloud storage usage, and delete old screenshots.
- Quarterly deep clean (2 hours): Review password manager, audit browser extensions, clean up photo library, run codebase cleanup on active projects.
- Calendar reminders: Set these up right now, not "later." Add the monthly and quarterly reviews to your calendar with the specific checklist items in the event description.
The monthly routine is non-negotiable. It takes less time than an episode of television and prevents you from ending up back at 47,000 files. The quarterly review catches the slower-building clutter that monthly checks miss.
The Pitfalls
I made every one of these mistakes during my first attempt. Listing them here so you don't have to repeat them.
Don't reorganize before simplifying. My first instinct was to create an elaborate folder structure and sort everything into it. This is backwards. You'll spend hours organizing files you're going to delete next week anyway. Delete first, organize what survives.
Backup before you start. On Day 5, I deleted a folder that turned out to contain the only copy of a client deliverable from 2022. I got lucky because it was in my cloud storage's trash, but I could have easily lost it. Before you begin the 30-day process, make a full backup. An external drive, a cloud backup, whatever. Just do it. The peace of mind makes you more aggressive with deletion, which is the whole point.
Watch for diminishing returns. By Day 20, I was spending 30 minutes deciding whether to keep individual bookmarks. That's not productive. If a decision takes more than 10 seconds, keep the item and move on. You can revisit it in the quarterly review when you have more perspective.
The perfectionism trap. Your digital space will never be perfectly organized. It doesn't need to be. The goal is "good enough that things don't get lost and nothing costs you money you don't know about." If you can find what you need in under 30 seconds, you're done. Stop optimizing. Cal Newport's Digital Minimalism makes a compelling case that the real value isn't in the organization itself but in the mental clarity that comes from owning less digital stuff.
What Stayed After 30 Days
I finished the 30-day plan about four months ago. Here's an honest accounting of what stuck and what didn't.
Still doing: The weekly Sunday review (takes 5 minutes now, not 15). The automated Downloads cleanup script. Monthly subscription checks. Keeping my phone at under 30 apps. The "delete screenshots after 30 days" habit became automatic. Email filters continue to save me about 20 minutes per day.
Stopped doing: The quarterly deep clean. I kept postponing it until I forgot it existed. I've done it once in four months instead of the planned twice. The password audit also fell off; I did it during the initial cleanup and haven't revisited it. The photo library cleanup was a one-time win. I haven't re-sorted since, though the incoming volume is much lower now because I take fewer junk photos.
Changed my approach: The AI-assisted codebase cleanup turned into something I do whenever I start a new feature, not on a fixed schedule. Before writing new code, I spend 10 minutes asking the AI to find dead code in the area I'm about to modify. This works better than a scheduled cleanup because the context is fresh and the motivation is immediate.
The numbers: My Downloads folder currently has 23 files. My inbox sits around 40 unread on a typical day. My phone has 27 apps. I'm paying for exactly the subscriptions I use. None of this is impressive by "digital minimalist" standards, but it's functional. I can find things. Nothing is costing me money I don't know about. The 2GB mystery zip file turned out to be a backup of my 2020 tax documents. I kept it.
If you're staring at your own version of a 47,000-file Downloads folder, the only advice that matters is this: start with Day 1 and don't skip ahead. The momentum from small wins in Week 1 is what carries you through the harder decisions in Week 3. You don't need to follow this plan exactly. Swap days around, skip what doesn't apply, extend what does. The structure exists to remove the "what should I do next" friction, not to be a rigid program. Good luck with the cleanup.