Online Notepad
Free online notepad that auto-saves to your browser. Write notes, download as .txt, and switch to dark mode for comfortable writing.
This online notepad is a plain-text editor that lives in your browser tab and auto-saves every keystroke to localStorage. Your text stays on your device - nothing is sent to a server. Real-time word, character, and line counts sit under the editor, and a one-click download saves the file as .txt with today's date in the filename.
About Online Notepad
Notepad Features
| Feature | What It Does |
|---|---|
| Auto-save | Every keystroke saves to localStorage automatically - no manual save required |
| Ctrl+S / Cmd+S | Triggers a visual save confirmation for peace of mind |
| Word count | Live count of words in the editor, shown in the stats bar |
| Character count | Total characters including spaces |
| Line count | Number of lines in the text |
| Dark mode | Toggle between light and dark themes for comfortable writing at any time of day |
| Download as .txt | Save your text to a file on your device |
| Clear all | Wipe the editor (with confirmation to prevent accidental loss) |
When to Use a Browser Notepad
| Scenario | Why a Browser Notepad Works Well |
|---|---|
| Quick notes during a meeting | No app to open - just switch to the tab and type |
| Drafting text before pasting elsewhere | Plain text with no formatting surprises when pasting |
| Temporary scratch space | Jot down a phone number, URL, or idea without creating a file |
| Writing on a borrowed device | No software to install, no login required, no cloud sync |
| Distraction-free writing | No toolbars, no formatting options, no notifications - just text |
| Code snippets | Plain text preserves indentation and does not add smart quotes |
Browser Notepad vs Desktop Notepad vs Cloud Notes
| Feature | Browser Notepad (this tool) | Desktop Notepad (e.g. Notepad, TextEdit) | Cloud Notes (e.g. Google Keep, Apple Notes) |
|---|---|---|---|
| Requires installation | No | Pre-installed on most systems | No (web-based) or app |
| Requires account | No | No | Yes |
| Syncs across devices | No (local to browser) | No | Yes |
| Auto-save | Yes (to localStorage) | No (manual save to file) | Yes (to cloud) |
| Works offline | Yes (after page loads) | Yes | Varies (some cache locally) |
| Privacy | Data stays in browser | Data stays on device | Data stored on company servers |
| Rich text formatting | No (plain text only) | No (plain text only) | Yes (most apps) |
| Live word count | Yes | Sometimes (varies by app) | Varies |
Is Dark Mode Better for Writing at Night?
Dark mode reduces eye strain in dim rooms but can make reading harder in bright light. The American Academy of Ophthalmology states that screen ergonomics (distance, brightness, posture, 20-20-20 breaks) matter more than colour mode for digital eye strain, and that evidence dark mode reduces strain is inconclusive. In low light, a dark screen lowers overall luminance and can feel more comfortable. In bright light, pupils dilate more on a dark background, making small text harder to focus on - light mode usually reads better in a sunlit office.
A 2025 eye-tracking study published at the ACM Symposium on Eye Tracking Research (ETRA) found task performance between dark and light themes was broadly similar, with individual preference and ambient lighting driving most of the difference. For evening writing, dark mode also emits less blue light, which is associated with better sleep per AAO guidance. The toggle in this notepad switches the editor surface only and persists across sessions once the tab is reopened.
How Much Can localStorage Hold?
Most browsers cap localStorage at around 5 MB per origin, which holds roughly 5 million characters of plain text. Per MDN's Storage API documentation, Chrome, Firefox, Safari, and Edge all implement a 5 MiB quota per origin for localStorage, and older guidance of 10 MB reflects the combined localStorage plus sessionStorage pool. When the quota is hit, the browser throws a QuotaExceededError; this notepad catches that error silently so you do not lose in-memory text, but new keystrokes will stop persisting until some space is freed.
localStorage is scoped to the exact origin (scheme + domain + port), so notes written on toolboxkit.io are isolated from every other site. Private or incognito windows usually get a separate, shorter-lived storage area that is wiped when the window closes, so notes written in incognito will not be there when you reopen a normal window.
| Storage Detail | Value |
|---|---|
| Typical capacity | ~5 MB (browser-dependent) |
| Characters at 5 MB | ~5,000,000 characters |
| Approximate pages (250 words/page) | ~3,000-4,000 pages |
| Persistence | Until browser data is cleared |
| Sync | None - local to this browser only |
Tips for Productive Writing
| Tip | Why It Helps |
|---|---|
| Write first, edit later | Getting words down is more important than getting them right the first time |
| Use the word count as a target | Aim for a specific word count per session to build a writing habit |
| Download regularly | localStorage is reliable but not a backup - download important text to a file |
| Use dark mode at night | Reduces eye strain and blue light exposure in the evening |
| Pin the tab | Pinning the notepad tab keeps it accessible and prevents accidental closure |
For detailed text analysis beyond word counts, the word counter provides reading time, sentence count, and paragraph statistics. For checking character limits (tweets, SEO titles), the character counter tracks limits in real time. Everything runs in your browser with no data sent to any server.
How Long Does It Take to Type 1,000 Words?
At the office-worker average of roughly 40 WPM, 1,000 words takes about 25 minutes of continuous typing. Per typing speed data compiled by Ratatype and Typing Pal, around 39% of office workers type between 30 and 40 WPM, only about 14% type above 50 WPM, and 60 WPM is considered proficient professional speed. Writing is rarely a continuous stream though - allow for pauses, edits, and rereads.
| Target Length | At 30 WPM | At 40 WPM (average) | At 60 WPM | At 80 WPM |
|---|---|---|---|---|
| Tweet (50 words) | 1 min 40 s | 1 min 15 s | 50 s | 38 s |
| Short email (150 words) | 5 min | 3 min 45 s | 2 min 30 s | 1 min 53 s |
| Blog intro (300 words) | 10 min | 7 min 30 s | 5 min | 3 min 45 s |
| Blog post (1,000 words) | 33 min | 25 min | 16 min 40 s | 12 min 30 s |
| Essay (2,500 words) | 1 hr 23 min | 1 hr 3 min | 42 min | 31 min |
| Dissertation chapter (8,000 words) | 4 hr 26 min | 3 hr 20 min | 2 hr 13 min | 1 hr 40 min |
Use the live word counter in the stats bar as a session target. Writers who hit a daily word goal - even a small one like 250-500 words - tend to produce more finished work than those who write only when inspired, a pattern documented in Robert Boice's research on academic writing productivity.
Does a Distraction-Free Editor Actually Help?
Evidence from Microsoft and McKinsey studies suggests it can. Microsoft's 2024 Work Trend Index reported that knowledge workers switch between apps and windows hundreds of times per day, and McKinsey's Rethinking Knowledge Work research estimates employees lose around 1.8 hours per day to task switching and searching for information - close to a quarter of the working week. McKinsey has documented cases where removing distractions and simplifying tools raised output by up to 50%.
A plain notepad tab removes three common distraction sources: the formatting sidebar (no "did I pick the right font?" detour), suggested links and ribbon notifications, and the pressure to save to a cloud folder. For a first draft, lowering friction between a thought and a typed word matters more than polish. Format afterwards in a document editor, or paste into the find and replace tool for cleanup.
Common Mistakes When Using a Browser Notepad
| Mistake | What Happens | How to Avoid It |
|---|---|---|
| Relying on localStorage as a backup | Clearing browser data, switching browsers, or a corrupted profile wipes the text with no recovery | Download .txt regularly for anything important; copy into cloud storage for long-term work |
| Writing in incognito mode | Private-window storage is cleared when the window closes - text disappears | Use a normal window; check the URL bar for the "private" indicator before starting |
| Using one browser on multiple devices | localStorage does not sync - work on a laptop is not available on a phone | Download the file and reopen on the other device, or use cloud notes for cross-device work |
| Clearing cookies with "all site data" option | localStorage is wiped along with cookies on most browsers when this option is selected | Use a targeted clear (cookies only) or download before clearing |
| Passing the ~5 MB limit | New keystrokes silently stop saving; page still looks normal | Split very long documents; download and clear periodically for active projects |
| Closing the browser on macOS | Cmd+Q quits immediately with no prompt - work is safe (auto-saved) but the tab is gone | The tab reopens in history; localStorage content is intact on next visit |
Sources
- MDN Web Docs - Storage quotas and eviction criteria
- American Academy of Ophthalmology - Digital Devices and Your Eyes
- ACM ETRA 2025 - Eye Tracking Study on Dark and Light Themes
- McKinsey - Rethinking Knowledge Work: A Strategic Approach
- Microsoft Work Trend Index
- Wikipedia - Words Per Minute (typing speed benchmarks)
- WHATWG HTML Living Standard - Web Storage API
Frequently Asked Questions
Does the notepad save my text automatically?
Yes. Every keystroke is saved to your browser's local storage automatically. Your text will still be there when you close the tab and come back later, as long as you use the same browser and don't clear your browser data.
Can I download my notes?
Yes. Click the "Download .txt" button to save your notes as a plain text file. The file is named with the current date for easy organisation.
Is my text sent to any server?
No. Everything stays in your browser. The notepad uses localStorage, which is local to your device. No data is transmitted anywhere.
What does the dark mode do?
Dark mode switches the editor to a dark background with light text. It is easier on the eyes in low-light environments and reduces screen glare during long writing sessions.
Is there a word limit?
There is no enforced word limit in the editor. Browser localStorage typically supports around 5MB of data, which is roughly 5 million characters of plain text.
Link to this tool
Copy this HTML to link to this tool from your website or blog.
<a href="https://toolboxkit.io/tools/online-notepad/" title="Online Notepad - Free Online Tool">Try Online Notepad on ToolboxKit.io</a>