Microsoft’s Notepad now bundles Copilot suggestions, an autosave dialog, and Windows-Hello-guarded encryption prompts. The default text editor that used to launch in a blink now takes a second to appear, and the recent story about a former Microsoft engineer rebuilding Notepad at 2.5KB spread because everyone recognised the itch: a text editor should open faster than the paragraph you want to write into it.
We tested seven lightweight editors that keep the classic feel across Windows, macOS, and Linux. Each ships fast, uses very little RAM, and has zero AI features unless you specifically add them.
What to look for
- Cold-start speed. The whole point is opening a file faster than the alternative. Anything under 200ms feels instant.
- Small install size. Under 50MB keeps the editor portable and offline-installable.
- No AI or telemetry by default. Editors that phone home during startup are not lightweight, regardless of binary size.
- Real editing features. Search and replace, syntax highlighting, and multi-file tabs are the baseline.
- Portable mode. Ability to run from a USB stick without touching the registry or /etc.
Quick comparison
| App | Best for | Platforms | Install size | Notes |
|---|---|---|---|---|
| Notepad++ | The default modern choice on Windows | Windows | Around 5MB | Huge plugin catalogue |
| Notepad2 | Ultra-minimal Windows drop-in | Windows | Under 1MB | Single .exe |
| Notepad3 | Notepad2 fork with tabs | Windows | Around 2MB | Portable |
| Micro | Terminal editor with modern UX | Windows, macOS, Linux | Under 20MB | Mouse support, plugin API |
| Kate | KDE’s lightweight editor | Windows, macOS, Linux | Around 100MB | Split panes, LSP support |
| gedit | GNOME’s default editor | Linux, Windows, macOS | Around 30MB | Plain and fast |
| Geany | A tiny IDE, not a huge editor | Windows, macOS, Linux | Around 30MB | Compile-and-run built in |
The apps
1. Notepad++ — Best for the default modern choice on Windows
Notepad++ is what most Windows users mean when they say “not Notepad”. It launches in a blink even on an older ThinkPad, supports every syntax under the sun, and has a plugin ecosystem that covers everything from JSON prettifiers to hex editors.
Where it falls short: Windows only. The macOS and Linux communities settled on other editors long ago.
Pricing: Free and open source.
Platforms: Windows.
Download: Notepad++
Bottom line: The safe pick. If you already use it, no lightweight rebuild will pull you off.
2. Notepad2 — Best for ultra-minimal Windows drop-in
Notepad2 is a single, portable .exe under 1MB. It replaces the built-in Notepad and adds syntax highlighting, block indent, and a decent find-in-files, and it does nothing else.
Where it falls short: No tabs, no plugins, single-file editing only.
Pricing: Free and open source.
Platforms: Windows.
Download: Notepad2
Bottom line: For users who want Notepad to just work, but with syntax colour and no AI. Drop it in and forget it.
3. Notepad3 — Best for a Notepad2 fork with tabs
Notepad3 is a maintained Notepad2 fork with tabs, better regex, and a proper find-in-files. It stays under a few megabytes and remains portable.
Where it falls short: UI is functional rather than polished. Some settings are only reachable through the .ini file.
Pricing: Free and open source.
Platforms: Windows.
Download: Notepad3
Bottom line: The right pick when you want Notepad2’s speed and a couple more features.
4. Micro — Best for terminal editor with modern UX
Micro is a terminal editor written in Go with mouse support, sensible defaults, and a plugin API. It reads pasted text as pasted (not typed keystroke by keystroke), which alone makes it more comfortable than Nano.
Where it falls short: Terminal only. If you want a windowed editor, look elsewhere.
Pricing: Free and open source.
Platforms: Windows, macOS, Linux.
Download: Micro
Bottom line: The lightweight editor for terminal-first users who found Nano too limited and Vim too much.
5. Kate — Best for KDE’s lightweight editor
Kate is KDE’s default text editor and one of the few “real” editors in this list that includes split panes, LSP language support, and a built-in terminal. It launches faster than VS Code and uses a fraction of the RAM.
Where it falls short: On Windows and macOS it pulls in KDE Frameworks, which pushes the install past 100MB.
Pricing: Free and open source.
Platforms: Linux, Windows, macOS.
Download: Kate
Bottom line: For Linux users who want a fast editor with modern features that does not feel like an IDE.
6. gedit — Best for GNOME’s default editor
gedit is the plainest of the plain: type text, save file. It supports syntax highlighting and a small set of plugins, and it launches instantly on any GNOME desktop.
Where it falls short: No tabs by default on some builds. Development is community-maintained and pace is slow.
Pricing: Free and open source.
Platforms: Linux (and unofficial ports for Windows and macOS).
Download: gedit
Bottom line: The default GNOME text editor for a reason. Nothing to learn, nothing to configure.
7. Geany — Best for a tiny IDE, not a huge editor
Geany looks like a lightweight editor but ships with build-and-run for common languages, symbol lists, and a project view. The whole thing fits in around 30MB and starts in under a second on modern hardware.
Where it falls short: UI is early-2000s. Some polish is missing versus modern editors.
Pricing: Free and open source.
Platforms: Windows, macOS, Linux.
Download: Geany
Bottom line: For students and hobby coders who want IDE features without the IDE weight.
How to pick the right one
If you want a Notepad replacement on Windows that does not touch your habits, install Notepad2. If you want it with tabs, use Notepad3. If you use Notepad++ already, there is no reason to switch. For Linux, Kate is the strongest option unless you are on GNOME and prefer the native feel of gedit. Terminal users should install Micro on every machine they touch. And if you want a step up toward a real coding tool without any of VS Code’s weight, Geany covers the gap.
Skip these if you actually want language server integration, git panels, and modern refactoring, since even a light IDE like Zed will outclass them there.
FAQ
What is the fastest text editor for Windows in 2026? Notepad2 wins on cold-start speed and install size. Notepad++ is close and adds features. Both open faster than modern Notepad.
Which lightweight editor supports LSP for coding? Kate ships LSP support out of the box. Neovim adds it via plugins. Micro has a plugin for the common language servers.
Do any of these have AI features? Not by default. Notepad++, Kate, and Micro all have optional plugins that connect to Copilot or a local model if you want it.
Can I run these from a USB stick? Notepad2, Notepad3, and Notepad++ all have portable ZIP releases. Micro is a single binary. Kate, gedit, and Geany install normally.