Is there a Hazel for Windows? Rule-based automation
If you landed here searching for a Hazel for Windows, the short answer is: Hazel itself doesn’t run on Windows — it’s a macOS-only app. The useful answer is that its idea — rules that watch folders and organize files on their own — does exist on Windows, and today it even comes with two safety nets Hazel never had: a preview before, and an undo after. This guide explains what Hazel does, why Windows went so long without a proper equivalent, and what a modern automation tool needs — with a full example built from scratch, using the real on-screen labels.
What Hazel is, and why people love it#
Hazel is a Mac utility (from Noodlesoft, a one-time license around US$42) that runs in the background and watches the folders you point it at — usually Downloads and the Desktop. You write rules: “if the file is a PDF and has ‘invoice’ in its name, move it to Documents/Invoices and rename it with the date.” From then on, every new file that lands in the folder gets evaluated and filed on the spot, with no effort from you.
The love for Hazel has a simple explanation: it turns a boring, never-ending chore — keeping Downloads tidy — into something that happens by itself. You teach the rule once and it works forever. It’s deterministic automation: same input, same result, every day, no surprises.
The historical gap on Windows#
On Windows, anyone who wanted this had basically two options for years, and it’s worth being honest about each:
- File Juggler. A solid, paid rule engine, well-loved by the people who use it. It watches folders, matches on name, type, size and even content, and moves/renames automatically. For a long time it was the closest thing Windows had to Hazel. If it already covers your case, it’s a respectable choice.
- DropIt. A lightweight, free classic. You drag files onto a floating target and it distributes them by “associations” (patterns). It proved Windows users want pattern-based automation — but its development slowed, and it never gained things like OCR content matching.
Neither is bad. What was missing was a modern package that paired the rule engine with a real safety net and a complete file manager around it. That’s the gap Elegant File Explorer fills — and our Hazel for Windows page shows the whole product. Here, the focus is on teaching the concept.
What a modern automation tool needs#
After building hundreds of rules, what matters boils down to five pillars. All of them come straight from how the engine actually behaves.
1. Three triggers — the “when”
The trigger answers when the rule kicks in, and you pick one per rule in the “When to run” card of the wizard:
- Real time — “Automatically, when a file arrives (real time)”. Acts the instant a file lands in the folder. This is what makes Downloads organize itself while you download.
- Periodic — “Every so often (periodic)”. Runs every N minutes (default 15) and also when the app opens. Great for unhurried cleanups.
- Manual — “Only when I say (manual)”. Runs only when you click “Run now”. Every new rule is born Manual — the safe way to start.
2. Combinable conditions — the “which files”
In the “Which files (conditions)” step you stack conditions and combine them with AND/OR — and, in Advanced mode, with groups within groups. You can match on Name contains, Extension is, Size greater than (KB), Older than (days), Downloaded from site (domain), and even Content contains (PDF, DOCX, TXT) — that last one reading the text inside the file, including scanned PDFs via OCR. No scripting.
3. Simulate BEFORE
This is the first thing Hazel never had. The “Simulate effect” button runs a full rehearsal: it scans the files, applies the conditions, resolves destinations and conflicts, and shows the exact list of what would happen — “Preview — nothing is actually changed”. Nothing is written to disk. If a destination came out wrong, you catch it here, not after the damage.
4. Undo AFTER
The second thing Hazel lacked. Every automatic run shows a toast — “Autopilot acted” — with an “Undo” button beside it; one click returns each file to where it came from. It works for move, copy, rename, organize by type and zip. And deletes are never permanent: they go to the Windows Recycle Bin, recoverable there.
5. It never trips over itself
Picture a Copy rule whose destination sits inside the very folder it watches. A careless tool would copy a file, notice the copy, copy that, and fill your disk in a runaway loop. This simply doesn’t happen here: the app knows the difference between the files it should act on and the ones it already filed, and leaves what’s already in place alone. You get the automation without the runaway. The snake never bites its own tail.
A full example, built step by step#
Let’s file the PDF invoices that land in Downloads. In the automation manager, click “+ New rule” and follow the 5-step wizard:
- Rule name. Type something like
Invoices to the right folder. - Monitored folders. Click “+ Add folder” and point to Downloads. Set “Include subfolders” however you like.
- When to run. To test calmly, start on “Only when I say (manual)”. You’ll promote it to real time later.
- Which files (conditions). Under “Match All (AND) of these conditions”,
add Extension is →
pdfand Content contains (PDF, DOCX, TXT) →invoice. That way only PDFs that actually mention an invoice get in. - What to do (actions). Add Move to and, in the “Destination or
pattern” box, type
Documents/Invoices/{year}/{month-name}. The placeholders become values on the spot: a file from March 2026 goes toDocuments/Invoices/2026/March.
Before saving, click “Simulate effect” and check the list: each line shows the file, the action and the final destination. Looks right? Click “Save rule”, then “Run now” to apply. Once you trust it, edit the rule and switch the trigger to real time — Downloads starts tidying itself.
New automation rule — Elegant File Explorer─▢✕Rule name
Monitored folders
C:\Users\you\Downloads ✕+ Add folderWhen to run
Automatically, when a file arrives (real time)Which files (conditions)
What to do (actions)
August 2026 update: the market moved#
This guide is from July 2026 and its argument still stands — but what exists on the other side has changed since it was written, and a text that compares owes the reader an answer to “compared with what”. Four facts, each with its source at the end of the section:
-
Hazel never stopped — it just never crossed. The current release is 6.1.2, from February 2026, around US$42, requiring macOS 13.5 or later. Nothing on this page argues that Hazel went stale: it did not. It simply does not run here, and it never has.
-
The cloud learned to tidy up. In June 2026 Google made Organize My Files generally available in Drive: Gemini reads your folder structure and suggests where the loose files should go. It is genuinely useful — and it only works on files that already live on Google’s servers.
-
Windows itself grew AI actions. Since late 2025 the Explorer right-click menu can blur a background, erase an object, remove a background, run a visual search and summarize a document — the last one needing a Microsoft 365 subscription plus a Copilot licence, and not yet available in the European Economic Area. It reads your file and it edits your file. It still does not file your file.
-
The category turned into rent. The organizers riding this wave charge around US$15 a month or US$99 a year; in a 2026 roundup of the category, the local, one-time-purchase app is already the minority.
Where we stand, in one paragraph
Rules, not guesses: the same folder always produces the same plan, and you read the plan before it runs. Nothing is uploaded, nothing is sent anywhere to be analysed — you can check that by pulling the network cable, and the app keeps working. What leaves goes to the Recycle Bin, and every run reverses in one click. It is a one-time purchase, and the ready-made recipe Gallery comes with it.
Sources: Noodlesoft release notes · Google Workspace Updates, June 2026 · Windows Experience Blog, 16 Oct 2025 · 2026 roundup of file organizers
An honest comparison#
| Feature | Hazel | File Juggler | DropIt | Modern automation (EFE) |
|---|---|---|---|---|
| Runs on Windows | No (Mac only) | Yes | Yes | Yes, native |
| Watches folders in real time | Yes | Yes | Yes | Yes |
| Simulate before applying | No | No | No | Yes, every run |
| Undo the run | No | No | No | Yes, one click |
| Reads inside PDFs (OCR) | No | Partial | No | Yes |
| Ready-made recipes | No | Few | Templates | 176 |
| 100% local | Yes | Yes | Yes | Yes |
Hazel is still excellent — on the Mac. On Windows, its idea finally has a home, with the two pieces it was missing to automate without fear.
Elegant