Online Notepad
A fast, distraction-free notepad that auto-saves your text in the browser. No login, no account — just open the page, start typing, and export as a .txt file whenever you need.
Online Notepad
How to Get the Most from the Online Notepad
Auto-Save Is Always On
There is no Save button — your text is automatically saved 0.8 seconds after you stop typing. The "Saved" badge confirms each successful save. No work is lost on accidental tab closes.
Export Before Clearing
The Clear button is permanent. If you need a record of your notes, click "Export .txt" first. The downloaded file opens in any text editor, including Notepad, TextEdit, and VS Code.
Use It for Quick Drafts
Ideal for jotting down ideas, drafting emails before sending, or staging clipboard content. Anything that needs a temporary workspace without opening a full word processor.
One Notepad Per Browser
Notes are stored per browser per device. Chrome and Firefox on the same computer each have their own separate notepad. Notes do not sync across devices — export the file if you need to transfer them.
Track Length as You Write
The word, character, and line counts update live. Use them to keep emails under 300 words, stay within platform limits, or hit minimum word counts for blog posts.
Paste and Clean Up
Paste messy text from other sources to quickly review or trim it. The plain-text environment strips formatting, so you see exactly the characters that will be copied or exported.
Frequently Asked Questions
Does the online notepad save my text automatically?
Yes. Your text is auto-saved to your browser's localStorage about 800 ms after you stop typing. The "Saved" indicator confirms each save. Your notes persist across page refreshes and browser restarts — as long as you use the same browser on the same device.
Is my text stored on a server?
No. Text is saved only in your browser's localStorage — a storage area local to your device. Nothing is transmitted over the network. Your notes are completely private and only accessible from the same browser on the same device.
How do I export my notes?
Click the "Export .txt" button to download your notes as a plain text file named notepad.txt. You can then open it in any text editor on any operating system.
What happens if I click Clear?
The Clear button removes all text from the editor and deletes the saved copy from localStorage. This action cannot be undone. Export your notes before clearing if you want to keep a copy.
Can I use this notepad offline?
Once the page has loaded in your browser, the notepad works entirely client-side. If you lose your internet connection mid-session, you can continue typing and the text will still be saved locally. You will need a connection to reload the page from the server.
Is there a character limit?
No enforced character limit. Browser localStorage typically allows 5–10 MB of data per domain, which is enough for several million characters of plain text. In practice you are unlikely to hit this limit with normal note-taking.