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.

Ad
Ad

About Online Notepad

Notepad Features

FeatureWhat It Does
Auto-saveEvery keystroke saves to localStorage automatically - no manual save required
Ctrl+S / Cmd+STriggers a visual save confirmation for peace of mind
Word countLive count of words in the editor, shown in the stats bar
Character countTotal characters including spaces
Line countNumber of lines in the text
Dark modeToggle between light and dark themes for comfortable writing at any time of day
Download as .txtSave your text to a file on your device
Clear allWipe the editor (with confirmation to prevent accidental loss)

When to Use a Browser Notepad

ScenarioWhy a Browser Notepad Works Well
Quick notes during a meetingNo app to open - just switch to the tab and type
Drafting text before pasting elsewherePlain text with no formatting surprises when pasting
Temporary scratch spaceJot down a phone number, URL, or idea without creating a file
Writing on a borrowed deviceNo software to install, no login required, no cloud sync
Distraction-free writingNo toolbars, no formatting options, no notifications - just text
Code snippetsPlain text preserves indentation and does not add smart quotes

Browser Notepad vs Desktop Notepad vs Cloud Notes

FeatureBrowser Notepad (this tool)Desktop Notepad (e.g. Notepad, TextEdit)Cloud Notes (e.g. Google Keep, Apple Notes)
Requires installationNoPre-installed on most systemsNo (web-based) or app
Requires accountNoNoYes
Syncs across devicesNo (local to browser)NoYes
Auto-saveYes (to localStorage)No (manual save to file)Yes (to cloud)
Works offlineYes (after page loads)YesVaries (some cache locally)
PrivacyData stays in browserData stays on deviceData stored on company servers
Rich text formattingNo (plain text only)No (plain text only)Yes (most apps)
Live word countYesSometimes (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 DetailValue
Typical capacity~5 MB (browser-dependent)
Characters at 5 MB~5,000,000 characters
Approximate pages (250 words/page)~3,000-4,000 pages
PersistenceUntil browser data is cleared
SyncNone - local to this browser only

Tips for Productive Writing

TipWhy It Helps
Write first, edit laterGetting words down is more important than getting them right the first time
Use the word count as a targetAim for a specific word count per session to build a writing habit
Download regularlylocalStorage is reliable but not a backup - download important text to a file
Use dark mode at nightReduces eye strain and blue light exposure in the evening
Pin the tabPinning 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 LengthAt 30 WPMAt 40 WPM (average)At 60 WPMAt 80 WPM
Tweet (50 words)1 min 40 s1 min 15 s50 s38 s
Short email (150 words)5 min3 min 45 s2 min 30 s1 min 53 s
Blog intro (300 words)10 min7 min 30 s5 min3 min 45 s
Blog post (1,000 words)33 min25 min16 min 40 s12 min 30 s
Essay (2,500 words)1 hr 23 min1 hr 3 min42 min31 min
Dissertation chapter (8,000 words)4 hr 26 min3 hr 20 min2 hr 13 min1 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

MistakeWhat HappensHow to Avoid It
Relying on localStorage as a backupClearing browser data, switching browsers, or a corrupted profile wipes the text with no recoveryDownload .txt regularly for anything important; copy into cloud storage for long-term work
Writing in incognito modePrivate-window storage is cleared when the window closes - text disappearsUse a normal window; check the URL bar for the "private" indicator before starting
Using one browser on multiple deviceslocalStorage does not sync - work on a laptop is not available on a phoneDownload the file and reopen on the other device, or use cloud notes for cross-device work
Clearing cookies with "all site data" optionlocalStorage is wiped along with cookies on most browsers when this option is selectedUse a targeted clear (cookies only) or download before clearing
Passing the ~5 MB limitNew keystrokes silently stop saving; page still looks normalSplit very long documents; download and clear periodically for active projects
Closing the browser on macOSCmd+Q quits immediately with no prompt - work is safe (auto-saved) but the tab is goneThe tab reopens in history; localStorage content is intact on next visit

Sources

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>