
Even a plain note app on Android tends to arrive with baggage. Open one for the first time and it wants an email, a password, a backup upsell, or a banner ad along the bottom edge. The task was to write down a phone number. We just wanted a text field.
The story of a 2.73 KB Notepad clone for Windows made the rounds this year for a reason: text editors do not need to be big to be good. They need to open before the thought fades. Our search for the best minimalist text editors on Android was shaped by the same rule. We wanted apps that treat the keyboard as the interface, save without ceremony, and stay out of the way when the file closes. We spent a week installing candidates on a mid-range phone from 2022 and an older tablet, then kept the seven below.
What to look for
Some criteria are obvious, some are not. These held up across every editor we kept on the shortlist:
- Cold start under a second. Tap the icon, see the cursor. Anything longer means a splash screen, a permissions dance, or a sync attempt on launch.
- No account required. A text pad that asks for a login before the first character is a data collection tool wearing a text pad costume.
- No ads, no upsell banners. Not a paid tier locked behind a wall, but no advertising on the writing surface itself.
- Plain-text export by default. Save should produce a
.txtfile that any other app can open, without a proprietary wrapper or a database dump. - Opens
.txtfiles shared from other apps. The share sheet and file manager should hand a text file to the editor and see it appear immediately.
Comparison table
| App | Best for | Free plan | Size (approx) | Ads |
|---|---|---|---|---|
| Simple Notepad | One text field, nothing else | Full app | Under 1 MB | None |
| Turbo Editor | Open-source with syntax highlighting | Full app | About 3 MB | None |
| QuickEdit Text Editor | Editing config files with tabs | Full free tier, paid Pro removes the small ad | About 8 MB | Small banner (free tier) |
| Markor | Markdown notes stored as files | Full app | About 8 MB | None |
| Squircle CE | Fast modern code editor | Full app | About 12 MB | None |
| Acode | Powerful editor with plugins | Full free tier, paid Pro adds extras | About 25 MB | None |
| Editor | Bare text pad by Paul Mach | Full app | About 3 MB | None |
The seven we recommend
#1. Simple Notepad by Micha Kepka Jr. — Best for a text field and a save button
Simple Notepad does exactly what its name promises. Tap the icon, get a blank sheet, type. The whole app is a text area, an undo arrow, a save action, and a list of previously saved notes. There is no folder tree, no tagging system, no widget library.
It is one of the smallest editors we tried, well under a megabyte on disk, and it launches in the time it takes the keyboard to slide up. Notes stay on the device.
Where it falls short: no markdown preview, no syntax highlighting, no cloud backup. If a note matters, export it to storage yourself.
Pricing: free.
Download: Google Play
Bottom line: the closest Android has to opening a Post-it. Keep it around for phone numbers, grocery lists, and the sentence you need to remember before it disappears.
#2. Turbo Editor — Best for open-source with syntax highlighting
Turbo Editor is a decade-old open-source project that keeps getting the small things right. It opens any text file the OS hands it, remembers cursor position, and highlights syntax for around a dozen languages. The reader can drop a .json, .py, or .md file into it from a file manager and start editing without configuration.
The interface is a single scrolling document with a top bar. Everything you would want, nothing you would not.
Where it falls short: the project has been quiet for stretches, and support for very large files can stutter above a few megabytes.
Pricing: free and open-source.
Download: Google Play
Bottom line: the default choice when a plain text pad needs to double as a light code editor. Small, honest, and easy to trust.
#3. QuickEdit Text Editor — Best for editing config files with tabs
QuickEdit has been the quiet workhorse of Android sysadmins for years. It handles very large files, keeps multiple tabs open, and speaks the syntax of most languages a developer touches on a phone. Root users can point it at system files and edit in place. Everyone else can use it as an extremely capable text pad with a folder tree in the drawer.
Startup is fast. The free tier shows a small banner ad tucked out of the writing area; the paid Pro version removes it.
Where it falls short: the free tier does carry an ad. The interface is denser than the others on this list, which cuts against the minimalist brief.
Pricing: free with an optional paid Pro tier.
Download: Google Play
Bottom line: the editor to install when the phone is a real work tool and files come from other machines. Not the smallest, but the one that scales up when a note becomes a task.
#4. Markor — Best for markdown notes stored as files
Markor treats notes as plain files in a folder you choose. There is no database, no lock-in, and no account. It handles markdown with a live preview, supports todo.txt and CSV as first-class formats, and syncs by whatever means the folder syncs, from Syncthing to a plain USB cable.
For readers who want a note tool that outlives the app itself, this is the point of Markor.
Where it falls short: the settings surface is deep, and first-time users can spend a few minutes learning where the switches live.
Pricing: free and open-source.
Download: Google Play
Bottom line: the closest Android has to a text file that thinks in markdown. Pick this when the notes are meant to become a library.
#5. Squircle CE — Best for a fast modern code editor
Squircle CE is the community-maintained successor to the original Squircle IDE, rebuilt with a focus on speed and a cleaner surface. It handles syntax highlighting for a wide catalogue of languages, opens files from cloud providers when asked, and stays snappy on modest hardware.
The writing surface is calm: a single tab, generous line spacing, and a status bar that stays out of the way.
Where it falls short: the app is centered on code more than prose, so writers may find the small refinements less useful than the developer-focused ones.
Pricing: free and open-source.
Download: Google Play
Bottom line: the modern pick for someone who wants a small, well-built editor and does not mind that it leans toward code.
#6. Acode — Best for a powerful editor with plugins
Acode is the heaviest app on this list, which is why it is at the bottom, but it earns its place. The plugin system means the editor can grow with the reader without bloating from day one, and the free tier is genuinely usable rather than a demo. It opens FTP and cloud storage locations, previews web files in a built-in browser, and handles multi-tab work comfortably.
Cold start is a fraction of a second on modern devices, which is faster than the file size would suggest.
Where it falls short: larger install, and the interface density can feel like a desktop IDE at first. Not the choice for a two-sentence note.
Pricing: free with a paid Pro tier for extras.
Download: Google Play
Bottom line: the pick when the phone or tablet is doing real editing work, not just capture. Install the others first; add Acode when the ceiling on the others starts to show.
#7. Editor by Paul Mach — Best for a stripped-back writing surface
Editor is the quiet outlier on this list. It has no folders, no highlighting, no plugins, and no marketing copy. What it has is a fast auto-save, a soft undo history, and a writing surface that gets out of the way completely. Files live on the device, exported as .txt when you want them elsewhere.
We kept coming back to it for long thoughts that were not yet a document, and for anything read aloud to a colleague on a call.
Where it falls short: no search across notes, no tagging, no formatting. If a note tool needs a home for a hundred entries, this is not it.
Pricing: free.
Download: Google Play
Bottom line: the second install for anyone who kept Simple Notepad. A slightly larger canvas with the same intent.
How to pick the right one
- Grocery lists, phone numbers, quick thoughts: Simple Notepad.
- A markdown notebook that stays on your terms: Markor.
- Config files, log files, anything a developer hands the phone: QuickEdit or Turbo Editor.
- A modern code editor that stays out of your way: Squircle CE.
- A real editor for real work on a tablet: Acode.
FAQ
What is the fastest text editor on Android?
For pure cold start, Simple Notepad and Editor are as fast as it gets on modern phones. Tap the icon, see the cursor, start typing. Turbo Editor and Squircle CE are a hair behind but still open before the keyboard has finished sliding up. If speed is the only variable that matters, install Simple Notepad first and use it as the baseline.
Is there an open-source Notepad for Android?
Yes, several. Turbo Editor and Markor are the two we recommend most often. Both keep files as plain text, both work offline, and both are free with no account. Squircle CE and Acode are also open-source and are a better fit when the file being edited is code rather than prose.
Do any of these editors need a login or a cloud account?
None of the free apps on this list require an account to open a file and save it locally. QuickEdit’s free tier shows a small ad but does not ask for a login. Markor and Squircle CE ship with no accounts at all. If a text editor asks for an email before showing a blank page, close it and pick something else.
What is the smallest text editor on Android?
Simple Notepad is well under a megabyte, which makes it the smallest on our shortlist. Turbo Editor and Editor sit in the low single-digit megabytes. The comparison table above gives approximate sizes for each app; anything under 10 MB will feel weightless on a modern device and still fits on older phones with limited storage.