Online Notepad
A free online notepad that auto-saves to your browser as you type. Jot down notes with no signup, watch live word and character counts, then download, copy or print — your notes survive a refresh.
Your notes stay in this browser only — they're saved to local storage on this device and are never uploaded or synced. Clearing your browser data will remove them.
Understanding the Online Notepad
The Online Notepad is a free, distraction-free place to write notes right in your browser — no signup, no app to install, nothing to upload. As you type, everything you write is automatically saved to your device, so your notes are still there when you reload the page or come back later. A live counter tracks words, characters and lines while you work, and a small indicator confirms when your latest changes are saved. When you're done, you can download your notes as a .txt file, copy them all at once, or print them. Because it runs entirely on your device, it stays private and works offline once the page has loaded.
How it works
Type into the text box and the notepad saves your content to your browser's localStorage after a short pause (debounced so it doesn't write on every keystroke). When you open the page again on the same browser and device, the saved text is read back and restored automatically — that's why your notes survive a refresh. Word and character counts update live from the current text. Download builds a plain-text Blob and saves it as notes.txt; Copy all uses the clipboard API; Print opens your browser's print dialog; and Clear asks for confirmation before deleting everything, including the saved copy. Nothing is ever sent to a server.
Worked example
Open the notepad and start a quick to-do list. After you type the first line, the indicator switches from "Saving…" to "Saved" and the counter shows, say, 6 words and 32 characters. You close the tab, reopen the page an hour later, and your list is exactly where you left it. You add two more items, click "Download .txt", and notes.txt lands in your downloads folder — ready to email or keep as a backup.
Tips & common mistakes
- Your notes live in one browser on one device — they won't appear on your phone or another computer, so use Download .txt to move them.
- Clearing your browser history, cache or site data will erase saved notes; export anything important first.
- Private or incognito windows often block storage, so notes there may not persist after you close the window.
- Use Download .txt regularly for anything you can't afford to lose — local storage is convenient but not a backup.
- The Clear button permanently deletes everything after you confirm; there's no undo, so copy or download first if unsure.
- Try the focus toggle for a calmer dark writing view and the S/M/L control to set a comfortable text size.
Related tools
How to Use This Tool
- 1Start typing your notes — they save automatically as you go.
- 2Watch the live word and character counts and the "Saved" indicator.
- 3Download, copy or print your notes whenever you need them.
Frequently Asked Questions
Does it save my notes?
Yes, automatically. As you type, your notes are saved to your browser using localStorage — there is no Save button to click and no account to create. A "Saved" indicator confirms when your latest changes are stored.
Will my notes survive a refresh?
Yes. Because your text is stored in your browser, it is automatically restored when you reload the page or come back later on the same device and browser. Clearing your browser data or using a different device will not show them.
Is it private?
Yes. Everything stays on your device — your notes are stored only in your browser and are never uploaded, synced, or sent to any server. We cannot see what you write.