Back to Blog

5 Proven Methods to Organize Files on Mac: Category, Project, Task-Based and More

5 Proven Methods to Organize Files on Mac: Category, Project, Task-Based and More

5 Proven Methods to Organize Files on Mac: Category, Project, Task-Based and More

Your Downloads folder has 2,000 files. Your Desktop looks like a digital crime scene. You've tried organizing before - creating folders with good intentions on a Sunday afternoon - but within two weeks, everything's back to chaos.

The problem isn't discipline. It's method.

Most people default to whatever folder structure feels right in the moment, which means no structure at all. But file organization is a solved problem. There are proven systems that work, each designed for different types of people and workflows.

Here are five methods to organize files on Mac. Pick the one that matches how you actually work - not how you wish you worked.


Method 1: Category-Based Organization (by File Type)

Best for: Anyone with a cluttered Downloads or Desktop folder. The fastest way to go from chaos to order.

Category-based organization sorts files by what kind of file they are - documents, images, videos, archives, code. Not by topic, not by project. Pure file type classification.

This is the foundation of file organization. Before you think about projects or tasks, your files need to be sorted by type first.

A typical structure:

~/Organized/
├── Documents/
│   ├── report-q1-2026.pdf
│   ├── meeting-notes.docx
│   └── budget-2026.xlsx
├── Images/
│   ├── screenshot-2026-05-19.png
│   ├── profile-photo.jpg
│   └── diagram-v2.svg
├── Videos/
│   ├── screen-recording-demo.mp4
│   └── presentation-final.mov
├── Archives/
│   ├── project-backup.zip
│   └── old-files-2025.tar.gz
├── Music/
│   └── podcast-episode-42.mp3
├── Code/
│   ├── script.py
│   └── config.json
└── Others/
    └── everything-else

Why file type first:

Your Mac already thinks in file types. Spotlight searches by kind. Quick Look renders by extension. Finder can sort by type. When you organize by file type, you're working with the operating system instead of against it.

The alternative - organizing by topic like "Finance", "Marketing", "Personal" - sounds logical but creates an impossible question every time you save a file: "Which topic does this belong to?" A PDF could be a contract, an invoice, a whitepaper, or a resume. But it's always a document. File type is unambiguous.

Rules that make it work:

  • Sort by extension, not by content. PDFs go in Documents. PNGs go in Images. ZIPs go in Archives. No judgment calls needed.
  • Keep it flat. You don't need subfolders inside Images for "Screenshots" vs "Photos" on day one. Start flat. Add subfolders only when a category grows past 50 files.
  • Use one inbox. Let files land in Downloads or Desktop. Sort them into categories periodically - or better, automate it.

Ornix is built around this exact approach. It watches your folders and sorts files into type-based categories - Documents, Images, Videos, Archives, and more - based on file extension and name patterns. One click to organize an entire folder. You can preview every move before it happens and undo anything instantly.

Ornix Move History - files sorted by type

The weakness:

File type classification tells you what a file is, but not why it exists. Once your files are sorted by type, you might still need to search within a category to find a specific document. For that, pair it with good file naming or one of the methods below.


Method 2: Project-Based Organization

Best for: People who work in projects. Freelancers, developers, designers - anyone whose work has clear start and end points.

Instead of organizing by file type, you organize by what you're working on. Each project gets its own folder with everything inside it - documents, images, exports, notes - regardless of file type.

A typical structure:

~/Projects/
├── Active/
│   ├── Website-Redesign/
│   │   ├── assets/
│   │   ├── docs/
│   │   └── exports/
│   └── Q2-Marketing-Campaign/
│       ├── copy/
│       ├── creatives/
│       └── analytics/
├── On Hold/
│   └── Mobile-App-V2/
└── Completed/
    └── 2026-Brand-Refresh/

Rules that make it work:

  • Active / On Hold / Completed. Three states. When a project wraps, move it to Completed. This keeps your Active folder lean - you should never have more than 5-7 active projects visible.
  • Everything for the project stays in the project folder. Don't split assets across a global "Images" folder and a project folder. Colocation beats categorization when work is project-scoped.
  • Archive aggressively. A project that hasn't been touched in 30 days moves to On Hold. 90 days? Completed. Don't let zombie projects clutter your active workspace.

When to use it vs. category-based:

The key question: when you need a file, do you think "where's that PDF?" (category) or "where's the stuff for Project X?" (project). If the answer is the latter, this is your method.

Many people use both. Category-based (Method 1) for general files that don't belong to any project - random downloads, screenshots, personal documents. Project-based for active work with clear scope.

The weakness:

Reference materials don't belong to any project. Where do you put your tax documents? Your personal notes? Your app licenses? Project-based organization needs a separate "Reference" area for non-project files.


Method 3: Task-Based Organization

Best for: People who want a work journal through their folder structure. Anyone who needs to answer "what did I do on May 18th?" or "what work did I do in 2026?"

Task-based organization is different from project-based. Projects are ongoing, structured efforts. Tasks are the individual things you do each day - some recurring, some one-off. This method organizes by when you did the work and what the work was.

A typical structure:

~/Work/
├── 2026/
│   ├── 05.18-Client-Call-Notes/
│   ├── 05.18-Logo-Revision-Final/
│   ├── 05.19-Tax-Document-Prep/
│   ├── 05.19-Server-Migration/
│   └── 05.20-Quarterly-Report/
├── 2025/
│   ├── 12.15-Year-End-Review/
│   ├── 12.10-Office-Setup/
│   └── ...

Why this works:

The power of task-based organization is retrospection. Open your 2026 folder and you can see every piece of work you did that year, in chronological order. Need to remember what you worked on last Tuesday? Scroll to the date. Writing a year-end review? The folder is your complete work journal.

This method is especially useful for work that doesn't fit neatly into projects or categories:

  • A one-off client request that took an afternoon
  • Research for a decision that didn't lead to a project
  • Miscellaneous admin work - updating a contract, fixing a config file
  • Quick tasks that span multiple domains

Work isn't always projects. There are recurring tasks, one-off requests, and random things that need doing but don't deserve their own project folder. Task-based gives all of that a home.

Rules that make it work:

  • Format: MM.DD-Task-Name. The date prefix sorts everything chronologically. The task name tells you what it was. You don't need more.
  • One folder per task, not per day. If you did 3 tasks on May 18th, you get 3 folders: 05.18-TaskA/, 05.18-TaskB/, 05.18-TaskC/. This keeps each task's files together.
  • Year as the top-level boundary. Start a new year folder on January 1st. Previous years become your archive automatically.
  • Don't force it. Not every piece of work needs a task folder. If something clearly belongs in a project or category, put it there. Task-based is for the stuff that doesn't have an obvious home elsewhere.

The weakness:

You won't always maintain perfect discipline with this system - and that's fine. The value is having a default place for one-off work instead of dumping it on the Desktop. Even if you only use it for 60% of your miscellaneous tasks, that's 60% more organized than before.


Method 4: Date-Based Organization

Best for: People who think in time. Accountants, lawyers, and anyone dealing with regulatory or compliance documents that need chronological archival.

Date-based organization uses time as the primary axis. Files are stored in year/month folders, making it trivial to find anything if you remember roughly when you created or received it.

A typical structure:

~/Documents/
├── 2026/
│   ├── 01-January/
│   ├── 02-February/
│   ├── 03-March/
│   ├── 04-April/
│   └── 05-May/
│       ├── 2026-05-15_Invoice_ClientA.pdf
│       ├── 2026-05-17_Meeting-Notes.md
│       └── 2026-05-19_Contract-Amendment.docx
└── 2025/
    └── ...

How it differs from task-based:

Task-based (Method 3) organizes by what you did - it's a work journal. Date-based organizes by when files arrived or were created - it's an archive. You don't name folders by task here. You simply file documents into their month and move on.

Date-based is passive. Task-based is active. Date-based is for documents you need to keep. Task-based is for work you want to remember.

Rules that make it work:

  • ISO date prefix on filenames. YYYY-MM-DD_Description.ext. This sorts files chronologically within any folder, and makes Spotlight searches predictable.
  • Don't nest deeper than Year - Month. Adding week or day subfolders creates too many empty folders and too much clicking.
  • Pair with Spotlight or search. Date-based systems rely on search as the primary retrieval method. The folder structure is for archival order, not for browsing.

The weakness:

You'll rarely browse a date folder and find what you need on the first try. Date-based organization is an archival system, not a working system. It's excellent for records you need to keep but seldom access. For active work, combine it with project-based or task-based.


Method 5: Hybrid Systems (PARA and Johnny Decimal)

Best for: Productivity enthusiasts who want a system that scales. People managing both active work and long-term reference material.

Pure category, project, task, or date systems each have blind spots. Hybrid systems combine elements from all of them into a coherent framework.

PARA Method (by Tiago Forte)

PARA splits everything into four buckets:

  • Projects - Active work with a deadline (project-based)
  • Areas - Ongoing responsibilities with no end date (category-based)
  • Resources - Topics of interest for future reference (category-based)
  • Archives - Inactive items from the other three (date-based archival)
~/
├── 1-Projects/
│   ├── Launch-New-Feature/
│   └── Tax-Filing-2026/
├── 2-Areas/
│   ├── Health/
│   ├── Finances/
│   └── Home/
├── 3-Resources/
│   ├── Design-Inspiration/
│   ├── Programming-References/
│   └── Book-Notes/
└── 4-Archives/
    ├── [Completed Projects]/
    └── [Old Resources]/

The numbered prefixes keep the folders in the right order. Projects always appear first because they need the most attention.

Johnny Decimal

Johnny Decimal assigns every folder a unique number:

10-19  Administration
  11  Invoices
  12  Contracts
20-29  Projects
  21  Website Redesign
  22  Mobile App
30-39  Reference
  31  Design Assets
  32  Documentation

Each item gets a decimal ID: 21.01 Homepage Mockup, 21.02 Navigation Spec. The beauty is that once assigned, the ID never changes. You can mention "check 21.03" in a meeting and everyone knows exactly where to look.

The weakness:

Both systems require upfront investment to set up and ongoing discipline to maintain. If you're the type who won't spend 30 minutes designing a system before using it, start with a simpler method and evolve into a hybrid system as your needs grow.


Which Method Should You Use?

MethodSetup TimeMaintenanceBest For
Category (File Type)5 minLowCluttered folders, general file sorting
Project-Based20 minMediumDeliverable-focused work, freelancers, developers
Task-Based5 minLowWork journaling, one-off tasks, retrospection
Date-Based10 minLowArchival records, compliance, legal docs
Hybrid (PARA/JD)45 minHighKnowledge workers managing multiple areas

The honest recommendation: Most people need a combination, not a single system. Here's what works in practice:

  • File type categories as the base layer - sort everything by Documents, Images, Videos, Archives first
  • Project folders for active, structured work
  • Task folders for one-off work that doesn't belong to a project
  • Date folders for archival documents you need to keep but rarely touch

You don't need the perfect system. You need the right system for each type of file. Mix and match.


Practical Tips That Work With Any Method

  1. Process your Desktop weekly. Whatever system you pick, schedule a 5-minute weekly review. Move anything that landed on your Desktop to its proper home.

  2. Use dates in filenames. 2026-05-19_meeting-notes.md sorts correctly everywhere. No exceptions.

  3. Flatten deep hierarchies. If a path is longer than 3 clicks from your home folder, it's too deep. Use Spotlight or file search instead of nesting.

  4. One inbox, one outbox. Keep a single "Inbox" folder for files you haven't sorted yet. Process it daily. If it grows past 20 items, your system is too complex.

  5. Automate the base layer. File type sorting is repetitive and predictable - the perfect candidate for automation. Tools like Ornix watch your folders and sort files by type automatically. Set the rules once and forget about it. Then apply project-based or task-based organization on top for your active work.


Get Started

The gap between a messy Mac and an organized one isn't knowledge - it's action. You now know five proven methods. Pick one. Apply it to one folder. See if it sticks.

Start with your Downloads folder - it's probably the worst offender. Sort it by file type first (or let Ornix do it for you), then decide which of the other methods makes sense for your workflow.

Your future self - the one who can actually find that invoice from three months ago - will thank you.