Microsoft PowerToys

Every long-time Windows user has a folder of 20-year-old utilities that still do exactly one thing better than anything built into Windows 11: an instant file search that beats the Start menu, a copy dialog that recovers from a network blip, a screenshot tool that does not open a full app. Some of those classics still run. Others do not. Either way, the modern replacements have caught up in the last three years, and a few of them are open source and better than the originals.

We reviewed 8 free Windows utilities that either replace or extend the classic small-tool workflow on Windows 11. Every pick is currently maintained, runs on Windows 11 24H2 and later, and stays out of the way when not in use.

What to look for in a Windows utility

The old shareware tools were prized for being small, single-purpose, and instantly responsive. That is still the bar.

Quick comparison table

App Best for Platforms Free plan Starting price/mo Rating
PowerToys Native Microsoft utility suite Windows Fully free Free Highly rated on GitHub
Everything Instant file search Windows Fully free Free Community standard
TeraCopy Resilient file copy dialog Windows Full app Paid Pro upgrade Long-running favorite
ShareX Screenshot and screen recording Windows Fully free Free Widely recommended
7-Zip Archive management Windows Fully free Free Ubiquitous
AutoHotkey Hotkey and automation scripting Windows Fully free Free Long-running community
Rufus Bootable USB creation Windows Fully free Free Standard for ISOs
WizTree Fast disk space analyzer Windows Fully free Enterprise paid tier Faster than WinDirStat

The apps

1. PowerToys – Best all-in-one utility suite from Microsoft

PowerToys is Microsoft’s own answer to the old-school utility folder, and it is now polished enough to be the first install on a fresh Windows 11 machine. FancyZones for window layouts, PowerRename for bulk file renaming, Text Extractor for OCR from anywhere on screen, Peek for spacebar file preview, and a growing list of small tools. All maintained on GitHub, all included in one installer.

Where it falls short: Some modules are heavier than the single-purpose replacements they compete with (Everything for file search, for example, is still faster).

Pricing:

Platforms: Windows

Download: GitHub · Microsoft Store

Bottom line: The one utility everyone should install first. Individual modules can still be swapped for faster single-purpose tools.

Everything indexes the MFT of NTFS drives in a few seconds and then searches every filename on the machine as you type. It has been the file-search reference for over a decade because Windows still cannot compete. Ships as a portable executable, uses a few megabytes of RAM, and finds anything in under 100 milliseconds.

Where it falls short: Filename search only in the default mode. Content search is an extra step.

Pricing:

Platforms: Windows

Download: Official site

Bottom line: The clearest example of a 2000s utility still being better than anything built in.

3. TeraCopy – Best drop-in replacement for the Windows copy dialog

TeraCopy replaces the Windows file-copy dialog with one that recovers from network errors, verifies transfers with a checksum, and remembers queued files if the machine sleeps. Right-click integration means the workflow does not change; the reliability does.

Where it falls short: Some newer file operations still fall through to the Windows dialog. Verification adds time.

Pricing:

Platforms: Windows

Download: Official site

Bottom line: The moment a large copy fails silently in Windows, install TeraCopy.

4. ShareX – Best free screenshot and recording tool

ShareX does everything Snipping Tool does, plus scrolling capture, region OCR, GIF recording, screen recording, and one-click upload to any of dozens of destinations. Full workflow automation on capture: annotate, resize, upload, copy link to clipboard.

Where it falls short: Configuration surface is huge. Newcomers can get lost before they take a screenshot.

Pricing:

Platforms: Windows

Download: Official site · GitHub

Bottom line: Once you set up the capture workflow you want, no other tool comes close.

5. 7-Zip – Best archive tool

7-Zip handles more archive formats than anything else on Windows, at a smaller footprint than WinRAR, and the 7z format’s compression ratio is still competitive with modern proprietary formats. Right-click integration for extract-here, extract-to-folder, and add-to-archive covers 99% of the workflow.

Where it falls short: UI is unapologetically dated. Some formats (WIM, DMG) work but with quirks.

Pricing:

Platforms: Windows

Download: Official site

Bottom line: The universal answer to “how do I open this file?”

6. AutoHotkey – Best for scripting keyboard shortcuts and automations

AutoHotkey is the scripting engine that turned every strange keyboard remap into a small script. Bind Caps Lock to something useful, expand \brb to “be right back”, auto-type a snippet, control a window with a hotkey. Version 2 (released 2023) cleaned up the syntax without breaking the ecosystem.

Where it falls short: Scripting language is idiosyncratic; expect a learning curve.

Pricing:

Platforms: Windows

Download: Official site

Bottom line: The one utility that gets more valuable the longer you use the same machine.

7. Rufus – Best for making bootable USB drives

Rufus is the single-file utility that writes an ISO to a USB stick faster and more reliably than any competitor. It handles UEFI, legacy BIOS, and Windows 11’s TPM and Secure Boot bypass options when the target machine is not officially supported.

Where it falls short: Windows only. Its Linux equivalents are separate tools.

Pricing:

Platforms: Windows

Download: Official site

Bottom line: The right tool the next time a Windows install needs a bootable drive.

8. WizTree – Best disk space analyzer

WizTree reads the NTFS MFT directly and produces a full disk-usage map in seconds, where WinDirStat used to take minutes. Treemap view, sortable file list, and a bulk delete workflow that respects the recycle bin. Portable executable, no install required.

Where it falls short: Only NTFS gets the MFT speed-up; other filesystems fall back to slower scanning.

Pricing:

Platforms: Windows

Download: Official site

Bottom line: The replacement for WinDirStat when a full disk scan needs to finish before you get bored.

How to pick the right one

FAQ

Are these apps safe to install on Windows 11? Every one on this list is open source or from a long-established vendor. Download from the official sites linked above, not from mirror sites that may bundle adware.

Does Microsoft PowerToys replace all classic utilities? It covers a lot. FancyZones replaces third-party window managers, Peek replaces small preview apps, and PowerRename replaces bulk-rename utilities. Everything, TeraCopy, and ShareX still beat their PowerToys equivalents at their single job.

What is the best free file search for Windows 11? Everything from voidtools. It indexes the entire NTFS MFT in a few seconds and searches faster than any built-in option.

Do these tools work on Windows 10 as well? Most do. PowerToys officially supports Windows 10 and 11. TeraCopy, ShareX, 7-Zip, AutoHotkey, Rufus, WizTree, and Everything all support Windows 10.

Is AutoHotkey still relevant with PowerToys’ Keyboard Manager? Yes. Keyboard Manager handles simple remaps well; AutoHotkey scripts do anything more complex (conditional, per-window, text expansion, macro sequences).

Which of these tools work on ARM Windows? PowerToys, 7-Zip, and Rufus have official ARM64 builds. Everything, TeraCopy, and ShareX run under emulation.