Online Notepad+ Tools, And Where Your Text Goes
An online notepad+ comparison answering what these tools skip. Where your text is stored, which ones work offline, and which publishes notes by default.

One of the most popular online notepad sites publishes your notes to the public web unless you make an account. That's their own documentation, not an accusation, and it's the first thing I'd want to know before pasting anything into a browser tab.
So this is a comparison of the free browser notepads built around the only question that matters, which is where your text ends up. If you typed "online notepad+" hoping for a web version of Notepad++, there's a section for that further down, and the short answer is that no official one exists.
Quick recommendation. For private scratch text, onlinenotepad.org keeps everything in your own browser and says plainly that nothing is sent to their servers. For anything you want to survive a flaky connection, notepad.js.org installs as an app and works offline. For sharing a note with someone by link, aNotepad, provided you understand the default. All three are free. Everything below is the detail, checked against each tool's own pages on 28 July 2026.
Where Your Text Actually Lives
These tools look identical from the outside. A big white box, a cursor, maybe a word counter. Underneath they behave completely differently, and none of them lead with it.
| Tool | Where the text is stored | Account | Works offline | Export | Cost |
|---|---|---|---|---|---|
| onlinenotepad.org | Browser localStorage. Their page states no data is transmitted to or stored on their servers | Not required | Not stated | Print or PDF | Free |
| notepad.js.org | Browser localStorage, open source, author advises frequent backups | Not required | Yes, installable PWA with a service worker | PDF, DOCX, HTML, plain text | Free, donations optional |
| rapidtables.com notepad | Temporary browser cache, which their page warns can be deleted with your browsing history | Not required | Not stated | Save to your Downloads folder | Free |
| anotepad.com | Their servers, with a shareable link per note | Optional, and it changes the privacy default | Not stated | Not stated on the page I read | Free, Premium from $1.99/month |
| calmlywriter.com/online | Described as temporary backups, with optional open and save to Google Drive | Not required | Not stated | Google Drive, print | Free, a paid desktop Pro exists |
Two clean camps there. The localStorage ones treat your browser as the filing cabinet, which is private and also fragile. The server one treats their database as the filing cabinet, which survives your laptop dying and comes with the trade you'd expect.
Neither is wrong. But "online notepad" as a phrase implies the second and most of these are the first, and that gap is where people lose work.
The Public By Default Setting
aNotepad is the one that surprised me, and I want to describe it accurately because it's easy to make this sound worse than it is.
Their own page says you can start writing immediately without signing up, that every note gets its own shareable link, and that notes are public without an account while being private by default with a free account. So the signup isn't gating features in the usual sense. It's gating privacy.
That is arguably a reasonable design for a tool whose main use is sharing text with someone. It's also the opposite of what most people assume when they type into a box on a website, and I'd guess a decent number of the people using it anonymously have no idea.
To be fair to them, they document it plainly, they let you switch notes between private, public and password-protected once you have an account, and you can delete a note whenever you want. The free tier is genuinely free and Premium starts at $1.99 a month for file uploads and AI features. Just make the account before you paste anything you'd mind a stranger reading.
If You Actually Meant Notepad++
There is no official browser version of Notepad++, and there probably never will be.
The reason is in how it's built. Notepad++ is a C++ application using the Win32 API and STL, sitting on top of the Scintilla editing component, released under the GNU General Public License, and it runs exclusively on Microsoft Windows. Current release is 8.9.7. That's a native Windows program in the most literal sense, so "put it in a browser" isn't a small port, it's a rewrite of a different application that happens to share a name.
What people usually want when they search this is one of two things. Either a plain text box that doesn't need installing, in which case anything in the table above does the job, or syntax highlighting and multi-file editing in a browser, in which case you want a browser-based code editor rather than a notepad, and that's a genuinely different category of tool with different tradeoffs.
Worth saying that Notepad++ itself costs nothing. If you're on Windows and you were looking for an online version to avoid an install, the install is free and the offline version is better.
The Browser Cache Problem
Here's the failure mode nobody warns you about until it's happened once.
RapidTables is refreshingly direct about it. Their page says the notepad's text is saved to a temporary cache and might be deleted when you clear your browsing history, and it specifically warns against using an Incognito or Private window because notes won't be saved to the cache at all. The author of notepad.js.org says something similar, advising you to take backups often since it's all stored in your browser.
So the honest risk table looks like this.
| Tool | How you lose your text |
|---|---|
| onlinenotepad.org | Clearing site data, switching browser, switching device |
| notepad.js.org | Same, though installing it as an app makes it less likely you'll wipe it by accident |
| rapidtables.com notepad | Clearing history or cache. Private windows don't save at all, per their own warning |
| anotepad.com, no account | You don't lose it. It was public the whole time instead |
| calmlywriter.com/online | Backups are described as temporary. Saving to Google Drive is a manual step |
Private browsing is the sneaky one. Loads of people use an Incognito window precisely because they're doing something they consider sensitive, which is exactly the situation where a browser notepad silently keeps nothing.
Picking By What You're Actually Doing
Most people arrive at one of these for one of about five reasons, and the right pick changes completely depending which one it is. So rather than ranking them, here's the job-to-tool mapping.
| What you're doing | What I'd open | Why |
|---|---|---|
| Stripping formatting out of pasted text | Any plain-text one | The oldest use of a notepad and every option handles it |
| Writing something long in one sitting | Calmly Writer | Distraction-free by design, and it can save to Google Drive |
| Sending text to someone as a link | aNotepad, with an account made first | Link per note, private by default once you've signed up |
| Working on bad wifi or a plane | notepad.js.org | The only one documenting offline support |
| Quick scratch on your own machine | onlinenotepad.org | Stays in your browser, nothing leaves |
| Anything on a shared or public computer | See below, and be careful |
That last row deserves more than a table cell. If a notepad stores text in localStorage, the text stays in that browser after you close the tab, and on a library machine or a hotel business centre the next person is one visit to the same URL away from reading it. Private browsing avoids that, and it's also the mode where RapidTables says nothing gets saved at all, so you get privacy and lose your work in the same move.
There's no clean answer to that combination. What I'd do on a machine that isn't mine is use a server-backed tool with an account, do the work, and log out, which at least puts the text somewhere I control instead of leaving it in a stranger's browser. That's the opposite of my advice for your own laptop, which I realise is annoying, but the threat is genuinely inverted.
Offline Is Rarer Than It Should Be
Only one of the tools I checked states offline support outright.
notepad.js.org is a progressive web app with service worker support, described on its own page as installable on supported browsers for offline usage. It's open source, free with optional donations to keep it ad-free, and the feature list is genuinely long for a free thing. Downloads to PDF, DOCX, HTML and plain text. Dark mode and a focus mode. A writing timer and a Pomodoro timer. Note snapshots you can restore from. Multiple fonts including dyslexic-friendly ones. Ambient noise and typewriter sounds, if that's your thing.
None of the others say anything about offline behaviour on the pages I read, which doesn't mean they break without a connection, just that I can't tell you they don't.
What I Use For Throwaway Text
Honestly, a file. I run most of my work out of one repository and my scratch text is a Markdown file in a folder, because it's already backed up by the same thing that backs up everything else and I never have to think about it.
That's a boring answer and it comes with a bias I should name. I generate a lot of my own assets locally on an M4 Pro, so nearly everything I do assumes the machine in front of me is the source of truth, which makes browser storage feel wrong to me in a way it might not to you.
Where I do reach for a browser notepad is on someone else's computer, or a phone, or any situation where installing something isn't reasonable. For that, the localStorage ones are exactly right. You type the thing, you use it, and then you close the tab and forget about it, which is honestly the correct relationship to have with most text.
The thing I'd avoid is the middle ground, using a browser notepad as your actual notes system. It'll work for months and then a browser update or a cleanup tool takes the lot. If notes matter, they belong in something built to keep them, and the note keeping app comparison covers what that looks like properly.
Questions People Ask
Is an online notepad safe for passwords or personal details? No, and I'd say that flatly. The localStorage ones aren't encrypted in any way you control, the server ones are storing plain text on someone else's machine, and at least one of them is public by default. Use a password manager.
Do these work without internet? Only notepad.js.org says so explicitly, via its service worker. The others load from a server, and once loaded a localStorage editor may well keep working, but I'm describing what's documented rather than what I'd guess.
Which one is best for writing something long? Calmly Writer, probably, since the whole design is distraction-free and it can open and save to Google Drive, which gives you an actual backup rather than a browser cache. There's also a paid desktop Pro for Windows, Mac and Linux, though the price wasn't on the page I loaded.
What about note formatting? aNotepad handles plain text, rich text, Markdown, tasks, spreadsheets and whiteboards, which is far more than the category name suggests. onlinenotepad.org does basic bold, italic and underline plus find and replace, spellcheck and a live word counter, and autosaves about once a second.
Is there something between a browser tab and a full notes app? Sticky notes, roughly. They're the same throwaway shape but they live on your desktop instead of a tab you'll close, and I've covered the free built-in ones in the sticky notepad comparison. For anything more structured than that, the digital note taking app piece is the better starting point, and the wider productivity apps breakdown has the cost math once you start paying for any of this.
The One Rule
Before you type anything you'd be annoyed to lose, work out which of the two camps you're in. Browser storage or their server. It takes about ten seconds. The consequence of getting it wrong runs in two directions, either your text quietly vanishes the next time you clean up your browser, or it's been sitting on a public URL since you pasted it.
Most of the time the answer doesn't matter, because most of what goes into these boxes is a phone number or a paragraph you're reformatting. For the rest of the time, this is the check.


