Online Notepad

Start typing and it saves automatically — no sign-up, no server, and nothing is lost when you refresh. Word and character counts update live, and you can keep up to 5 separate notes at once.

0 words · 0 characters · 0 lines

Everything you type stays in this browser's local storage — nothing is uploaded, and your notes are still here after a refresh.

A scratchpad that remembers

An online notepad is for the text you need for a few minutes or a few weeks but do not want to file away in a full document: a phone number read aloud, a draft message, a snippet of code, a list you are still reordering. This one saves every keystroke to your browser as you type, so closing the tab or refreshing the page does not lose your work, and you can keep up to ten separate notes open as tabs at once.

Because it is plain text, there is no formatting to fight with and nothing to convert — what you paste out is exactly what you typed. That makes it a handy way to strip hidden styling out of text copied from a web page or a word processor: paste it in, copy it back out, and it comes clean.

How the autosave works

Everything lives in your browser's local storage, a small database tied to this one site on this one device. Nothing is sent to a server, there is no account, and the notepad keeps working with no internet connection once the page has loaded. The trade-off is that your notes are only as private and only as safe as the device itself — this is a scratchpad, not a sync or backup service.

Example — how much fits. Local storage gives a site roughly 5 MB, which for plain English text is on the order of a few million characters, or hundreds of thousands of words. Five notes of 50,000 characters each total 250,000 characters — well under a tenth of that budget.

Reading the live counts

The status bar counts words and characters as you type. Words are counted by splitting on spaces and line breaks, so runs of extra spaces do not inflate the number; the character count includes everything, spaces and punctuation alike.

Example — a short note. The phrase "The quick brown fox jumps" is 5 words and 25 characters counting spaces, or 21 characters without them. Delete the spaces and the character count stays near 21, but the word count drops to 1, because there is nothing left to split on.

Example — estimating reading time. A typical adult reads about 200 words a minute, so a 500-word note takes roughly two and a half minutes to read and a 1,000-word note about five. That is a quick way to judge whether a message is a one-glance note or a sit-down read.

What is stored where

WhatWhere it is keptSurvives a refresh?Survives clearing site data?
Note textLocal storage (this device)YesNo
Font size and mono settingLocal storage (this device)YesNo
Which note tab is activeLocal storage (this device)YesNo
A copy on any serverNowhere — nothing is uploaded

Common mistakes and limits

Sources & further reading

Frequently asked questions

Is this online notepad really free, and do I need an account?

Yes — Online Notepad is completely free, with no account, sign-up, or login required. Open the page and start typing right away. There's no trial limit, no paywall, and no feature locked behind a subscription; every option, including the extra note tabs and the .txt download, is available from your first visit.

Where is my note saved — is anything uploaded to a server?

Nothing is uploaded. Your text is saved only in this browser's local storage, on your own device, and it never travels to a server or gets shared with anyone. That also means a note typed on your phone won't automatically appear on your laptop — local storage is per-browser, so switching devices or browsers starts with a blank note unless you copy the text yourself.

Will my note still be there if I refresh the page or close the tab?

Yes. As you type, the notepad autosaves to local storage after a brief pause, so closing the tab, refreshing, or even restarting your browser brings your text right back. The only ways to lose it are clearing your browser's site data for tool-hub.me, using a private/incognito window that discards storage on close, or pressing Clear yourself — everyday refreshes and accidental tab closes are safe.

Can I keep more than one note at the same time?

Yes — use the tab list above the text box to keep up to 5 separate notes at once, each saved independently. Click + to open a new tab, click a tab to switch to it, and click the × on a tab to close and delete that note. This is handy for keeping a scratchpad, a to-do list, and a draft message going side by side without them getting mixed together.

How do I save my note as a file, or move it into Word or Google Docs?

Click Download .txt to save the current note as a plain-text file on your device, ready to open in Word, Google Docs, Notepad, or any text editor. Or click Copy all to copy the full note to your clipboard and paste it directly into another app. Both act on the note in the tab you're currently viewing, and both run locally — nothing is sent anywhere in the process.