The Start menu is fine when you want to poke around. It falls apart the moment you know what you want. A keystroke launcher fixes that, and Windows finally has a serious first-party option in the new PowerToys Command Palette. It ships with plugins for calculator work, running commands, opening bookmarks, and killing processes, and it replaces both Run and PowerToys Run in one panel.

We ran seven Windows launcher and command palette apps side by side on Windows 11 24H2, timing common tasks (opening an app, searching a file by name, running a shell command, sending clipboard text to an AI prompt) and reading through the plugin catalogues to see what each stops being useful for. This is our shortlist of the best command palette apps for Windows worth binding to a hotkey.

What to look for in a Windows command palette

The market cares about five things.

Quick comparison

AppBest forPlatformFree planStarting priceVerdict
PowerToys Command PaletteThe default Windows shortcutWindows 10/11FullFreeShip it
Flow LauncherPlugin power usersWindows 10/11FullFree (OSS)Best community
WoxPortable and scriptableWindows 7+FullFree (OSS)Set-and-forget
KeypirinhaText editors and command wonksWindows 7+FullFreeLoved by scripters
ListaryFile-first workflowsWindows 10/11BasicAbout $20 one-timePairs with Explorer
EverythingInstant file searchWindows 10/11FullFree (donationware)Not a launcher, but essential
Copernic Desktop SearchFull-text search across mailbox and filesWindows 10/11Home freeAbout $50 one-timeFor document hoarders

1. PowerToys Command Palette, the new default

PowerToys Command Palette ships with Microsoft PowerToys and takes the slot that PowerToys Run used to hold. It adds a top-bar UI, a proper extension model, a clipboard history reader, and windows management commands that used to live in FancyZones. Because it is Microsoft-signed and Store-installable, it walks past most corporate application allowlists that block Flow or Wox.

Where it falls short: the plugin ecosystem is a fraction of the size of Flow Launcher’s, and searching your file system needs Everything installed alongside because Windows Search still crawls slowly on large drives.

Pricing:

Platforms: Windows 10 and Windows 11.

Download: Microsoft PowerToys on GitHub or the Microsoft Store

Bottom line: Start here. If it does what you need, you never install anything else.

2. Flow Launcher, the community favourite

Flow Launcher has been the answer for people who found PowerToys Run too limited and did not want to give up the plugin ecosystem. It has a marketplace with hundreds of extensions covering Everything integration, HTTP request runners, Docker controls, Steam launcher, dictionary lookups, and window managers.

Where it falls short: the settings UI is dense, and some third-party plugins go stale because they are maintained by one person. Read the plugin’s GitHub before installing anything that touches your file system.

Pricing:

Platforms: Windows 10 and Windows 11.

Download: flowlauncher.com

Bottom line: Best pick if you want the deepest plugin catalogue and are willing to learn its knobs.

3. Wox, the portable veteran

Wox is the launcher Flow was forked from. It still installs as a portable executable, which matters when you cannot get admin rights on a work machine and want to keep your setup on a USB stick. Its plugin API is stable and there is a large back catalogue of community scripts.

Where it falls short: development pace is slow, and the fuzzy matching does not tune ranking to your recent picks as smartly as Flow does.

Pricing:

Platforms: Windows 7, 8, 10, and 11.

Download: wox.one

Bottom line: Pick it if portability and long-term stability beat wanting the newest features.

4. Keypirinha, the scripter’s launcher

Keypirinha is written for people who live in a terminal. It exposes a Python-scriptable package system, a real calculator using SymPy, native support for env-variable expansion, and a set of catalog sources that includes Everything, Chrome bookmarks, WinGet packages, and PATH executables. The keyboard-first UI does not chase glossy screenshots.

Where it falls short: no GUI package manager, so you install extensions by unzipping into a folder. If that already feels annoying, keep scrolling.

Pricing:

Platforms: Windows 7, 8, 10, and 11.

Download: keypirinha.com

Bottom line: Perfect for developers who write their own catalog sources and want their launcher to behave like a REPL.

5. Listary, the Explorer companion

Listary does not try to be a full command palette. It hooks Windows Explorer and the Open/Save dialogs so that starting to type filters the current folder view instantly, and its overlay search jumps to any file on your drives without a full index rebuild. Paired with a shortcut opener, it saves entire minutes over a day of file work.

Where it falls short: the launcher features (app launching, calculator, web search) are basic compared to Flow or Keypirinha, and the pro tier is required for unlimited results per query.

Pricing:

Platforms: Windows 10 and Windows 11.

Download: listary.com

Bottom line: The best pick if most of your keystrokes hit Explorer, not a launcher panel.

6. Everything, not a launcher but essential next to one

Everything by voidtools is the file search backbone that every other tool on this list either integrates with or copies. It builds an NTFS index in seconds by reading the master file table directly and then finds anything by name in a few milliseconds. Every serious launcher on Windows has an Everything plugin because searching without it feels underwater.

Where it falls short: it only indexes filenames, not content. If you need full-text search across PDFs and mail, pair it with Copernic below.

Pricing:

Platforms: Windows 7, 8, 10, and 11.

Download: voidtools.com

Bottom line: Install it before any launcher. Do not run Windows without it.

7. Copernic Desktop Search, the document hoarder’s tool

Copernic Desktop Search is the outlier on this list. It is not a keystroke launcher. It is a heavy full-text search engine that reads inside Word docs, PDFs, Outlook mailboxes, and network shares. If your job involves finding a paragraph in a 500-file archive rather than opening the next app, this is the search box you want in your taskbar.

Where it falls short: heavier install, slower first index build (hours on a large archive), and the free Home edition caps at limited email support.

Pricing:

Platforms: Windows 10 and Windows 11.

Download: copernic.com

Bottom line: Pick it if your search problem is “find the paragraph”, not “open the app.”

How to pick the right one

Do not run more than one launcher hot at once. The hotkeys collide and the ranking gets worse, not better.

FAQ

Is PowerToys Command Palette the same as PowerToys Run?

No, PowerToys Command Palette replaces PowerToys Run. It has a new UI, a proper extension model, and additional built-in commands. If you are on a recent PowerToys build, Run is being phased out.

What is the best free Windows launcher?

Flow Launcher for plugin depth, PowerToys Command Palette for zero-setup, and Wox if you need a portable install. All three are free and cover most use cases.

Does Windows have something like Alfred?

The closest match is PowerToys Command Palette, followed by Flow Launcher. Neither replicates Alfred’s macOS-native workflow polish exactly, but Flow’s plugin marketplace covers the same shortcut, snippet, and file-action ground.

Can these launchers replace the Start menu?

They can replace how you launch things, but not how you find apps you did not know were installed. Most users leave the Start menu pinned to Win and rebind a launcher to Alt+Space or Ctrl+Space.

Do command palette apps slow down my PC?

None of these seven use meaningful RAM at rest (under 100 MB typically). Everything’s file index does one heavy read on first install, then stays incremental. If a launcher is spiking CPU, the culprit is almost always a third-party plugin that polls a network.