Online Notepad with Voice Dictation — Free Browser-Based Editor
The free Online Notepad combines a persistent, auto-saving text editor with built-in voice dictation — so you can type, speak, or switch between the two without leaving the page. Notes are saved instantly in your browser, and a single click exports everything as a .txt file. No account, no upload, no software to install.
What the Online Notepad Gives You
Most online notepads are just a textarea with a download button. This one adds two features that change how useful it is day to day:
- Auto-save to localStorage — text is saved 800 ms after you stop typing. Closing the tab accidentally does not lose your work. The "Saved" badge confirms each write.
- Built-in voice dictation — a Dictate button activates your microphone and appends speech directly to your notes in real time. A live preview shows interim words as the browser processes them. The session auto-restarts during natural pauses so you never have to click Start again mid-thought.
The word, character, and line counts update live as you type or speak, making the notepad useful for length-sensitive tasks like emails, social posts, and platform submissions. When you are done, export the full text as a plain .txt file with one click.
How to Use the Notepad in Typing Mode
- Open the Online Notepad. The textarea is focused automatically — start typing immediately.
- Your text is saved automatically 0.8 seconds after you stop typing. The "Saved" badge confirms each save. There is no manual Save button.
- Watch the live counters below the textarea to track words, characters, and lines as you write.
- When finished, click "Export .txt" to download a plain text file named
notepad.txt. Open it in any text editor on any device. - Click "Clear" only when you no longer need the text — it removes the content from both the editor and localStorage and cannot be undone.
How to Use the Dictate Feature
- Click the "Dictate" button in the toolbar. Your browser will ask for microphone permission the first time — click Allow.
- Start speaking at a natural pace. Grey italic text below the textarea shows interim words being processed in real time.
- When a phrase is confirmed, it is appended to your notes automatically with a space. The interim preview clears and you can continue speaking.
- Pause naturally between thoughts — the dictation session auto-restarts if the browser stops it during silence. You do not need to click anything during a pause.
- Click "Stop" when you are finished dictating. Your transcribed text is already in the editor and auto-saved. Export or continue editing by typing.
Online Notepad vs Speech to Text — Which Should You Use?
The site also has a dedicated Speech to Text tool. Both use the Web Speech API, but they serve different workflows.
| Feature | Online Notepad | Speech to Text |
|---|---|---|
| Primary purpose | Note-taking with optional dictation | Pure transcription |
| Auto-save to browser | Yes — localStorage, persists across sessions | No — transcript lost on close |
| Mix typing and dictation | Yes — switch freely at any time | No — transcript only |
| Language selection | English (US) only | 15 languages |
| Live word / char count | Yes | No |
| Export as .txt | Yes | Copy-paste only |
| Best for | Notes, drafts, ideas — anything you want to keep | Transcribing meetings, foreign-language input |
The short rule: if you are writing notes and want dictation as an input option, use the Online Notepad. If you are transcribing something in a non-English language or need a pure voice-to-text session without any typing, use the dedicated Speech to Text tool.
Tips for Getting the Best Results
Speak in complete phrases, not single words
The Web Speech API builds confidence scores across a phrase before committing the result. Speaking in full clauses — rather than pausing after every word — gives the recognition engine enough context to resolve ambiguous sounds correctly. “Schedule the meeting for Thursday afternoon” transcribes more accurately than “Schedule… the… meeting… Thursday”.
Use a headset or close-mounted microphone
The built-in laptop microphone picks up keyboard noise, room echo, and fan hum — all of which degrade accuracy. A USB or Bluetooth headset places the microphone close to your mouth, isolating your voice from background noise. This is the single biggest improvement you can make to transcription quality.
Export before clearing — always
The Clear button removes the text from both the editor and localStorage immediately. There is no undo and no server backup. Before clearing, click "Export .txt" to save a local copy. For reference material you want to keep long term, copy the exported file to a cloud folder like Google Drive or OneDrive.
Use the word counter to hit targets
The live word and character counts update with every keystroke and every confirmed dictation result. Use them to keep emails under 300 words, reach a minimum word count for a blog post, or stay within LinkedIn's 3,000-character post limit. For deeper text analysis — readability scores, keyword frequency, sentence counts — paste your draft into the Word Counter.
Check browser compatibility before relying on dictation
The Dictate button appears only if your browser supports the Web Speech API. It works in Chrome, Edge, and Chromium-based browsers on desktop and Android, and in Safari on macOS and iOS (version 14.1 or later). Firefox does not support the API and will not show the button. If you are presenting the notepad to a team or embedding it into a workflow, make sure everyone is on a supported browser.
Common Questions
Which browsers support the Dictate button?
Chrome, Edge, and most Chromium-based browsers on desktop and Android. Safari on macOS and iOS from version 14.1. Firefox does not support the Web Speech API — the Dictate button is automatically hidden in Firefox. If the button is not visible, your browser does not support dictation and you can still use the notepad normally by typing.
Is my text or voice data stored on a server?
No. Text is saved only in your browser's localStorage — a storage area that never leaves your device. Voice dictation is processed by your browser's built-in speech engine (Google's on Chrome and Edge, Apple's on Safari). No audio or text is sent to PublicSoftTools servers. Your notes are private and visible only from the same browser on the same device.
Why does dictation keep running through pauses?
Browsers automatically stop the speech recognition session after a period of silence — typically 5–10 seconds depending on the browser. The notepad detects this and immediately restarts the session so you can continue speaking without clicking anything. This auto-restart loop continues until you click Stop. You will notice the interim preview briefly clear and reappear — that is the session restarting, not an error.
How do I transfer my notes to another device?
localStorage is specific to the browser and device where notes were saved — there is no sync. To move notes to another device, click "Export .txt" to download the file, then open or upload it on the other device. Email it to yourself, drop it in a cloud folder, or send it via any file-sharing method you prefer.
Can I use the notepad offline?
Once the page has loaded, the editor and auto-save work entirely client-side — no internet connection is needed to type and save. Voice dictation depends on the browser's speech engine: Chrome and Edge send audio to Google's servers and require an active connection for dictation; Safari uses Apple's on-device engine and can dictate offline. You will need a connection to reload the page if you close and reopen the tab.
Open the Online Notepad
Type or speak — your notes are saved automatically. Export as .txt when you're done. Free, no account needed.
Open Online Notepad