Online Notepad - Small Study Tools
100% Free · No Signup · Auto-Saves

Online Notepad

A fast, distraction-free notepad for students. Type your notes, save them to your browser and pick up exactly where you left off. Nothing is ever uploaded.

Clean writing space — auto-saves every 5 seconds
Privacy Guaranteed — Your notes are saved only to your browser. Nothing is sent to any server.
Saved
0 words · 0 chars
Auto-saving to browser 0 words 0 characters 1 line 0 min read Note 1 of 1
0
Words
0
Characters
0
Sentences
0
Paragraphs
Find & Replace
0 matches
`); w.document.close(); w.focus(); setTimeout(() => w.print(), 300); }function clearNote() { const text = document.getElementById('notepad').value; const title = document.getElementById('noteTitle').value; if (!text && !title) return; if (confirm('Clear this note? This cannot be undone.')) { document.getElementById('notepad').value = ''; document.getElementById('noteTitle').value = ''; saveCurrentNote(); toast('Note cleared'); } }function toggleFocus() { document.body.classList.toggle('focus-mode'); }// ─── MODE TOGGLE ────────────────────────────────────────────── function setMode(mode) { if (mode === 'advanced') { document.body.classList.add('advanced-mode'); document.getElementById('btnSimple').classList.remove('active'); document.getElementById('btnAdvanced').classList.add('active'); document.getElementById('modeHint').textContent = 'Multiple notes, themes, find & replace and writing stats'; renderTabs(); } else { document.body.classList.remove('advanced-mode'); document.getElementById('btnSimple').classList.add('active'); document.getElementById('btnAdvanced').classList.remove('active'); document.getElementById('modeHint').textContent = 'Clean writing space — auto-saves every 5 seconds'; } try { localStorage.setItem('sst_notepad_mode', mode); } catch(e) {} }// ─── TOAST ──────────────────────────────────────────────────── function toast(msg) { const t = document.getElementById('toast'); t.textContent = msg; t.classList.add('show'); setTimeout(() => t.classList.remove('show'), 2200); }// ─── EVENT LISTENERS ────────────────────────────────────────── document.getElementById('notepad').addEventListener('input', saveCurrentNote); document.getElementById('noteTitle').addEventListener('input', saveCurrentNote);// Auto-save every 5 seconds regardless setInterval(() => { saveCurrentNote(); persistAll(); }, 5000);// Keyboard shortcuts document.addEventListener('keydown', e => { if ((e.ctrlKey || e.metaKey) && e.key === 's') { e.preventDefault(); persistAll(); toast('Saved!'); } if ((e.ctrlKey || e.metaKey) && e.key === 'f' && document.body.classList.contains('advanced-mode')) { e.preventDefault(); document.getElementById('findInput')?.focus(); } });init();

Free Online Notepad — No Login, Auto-Saves, Works on Any Device

Sometimes you just need somewhere to write. Not a full word processor. Not a cloud app that wants your email address. Not something that uploads your notes to a server you know nothing about. Just a clean, fast free online notepad that works the moment you open it and saves your work automatically — no account, no login, no setup required.

Our online notepad is built specifically for students who need a quick, private place to take notes, draft ideas, jot down lecture points or organise their thoughts before writing a full essay. Every note you type is saved automatically to your browser every five seconds. Close the tab, restart your computer, lose your Wi-Fi — it does not matter. When you come back, your notes are exactly where you left them.

How auto-save works: Your notes are saved to your browser's localStorage — storage space built into every modern browser that sits entirely on your device. Nothing is transmitted over the internet. Think of it like a notebook that lives inside your browser, not on anyone's server. Only you can access it, through your own browser on your own device.

Why Students Choose This Notepad Over Google Docs and Notion

Google Docs, Notion and Microsoft OneNote are powerful tools — but they all require an account, upload your data to their servers and need a stable internet connection to function reliably. For students who just need to capture an idea quickly, copy a formula, draft a paragraph or save a reference, those tools are overkill. Our online notepad opens in two seconds and is ready to use immediately.

FeatureSmall Study Tools NotepadGoogle DocsNotion
Account required✓ No account needed✗ Google account✗ Notion account
Data uploaded to server✓ Never — stays on device✗ Stored on Google servers✗ Stored on Notion servers
Works offline✓ Full offline support✗ Requires connection✗ Requires connection
Opens instantly✓ No loading screens✗ Slow load, login screen✗ Slow load, login screen
Auto-saves✓ Every 5 seconds✓ Yes✓ Yes
Free forever✓ Always free✓ Free tier✗ Limited free tier

Six Ways Students Use This Online Notepad Every Day

Lecture Note Taking Open it in a browser tab during a lecture and type notes as the professor speaks. Auto-save means nothing is lost even if your laptop battery dies mid-lecture.
Essay Planning Draft your essay structure, argument outline and key points before opening your word processor. Use the bullet insert button to organise ideas into a clear plan.
Research Notes Copy important quotes, statistics and source details while reading online. Keep everything in one place with separate tabs for each source in Advanced Mode.
Exam Revision Write revision summaries, key definitions and memory aids for each topic. Use the multiple notes feature to keep separate revision notes for different subjects.
Quick Drafts Draft emails to tutors, cover letter paragraphs or social media captions before copying them elsewhere. Use Find and Replace in Advanced Mode to edit quickly.
Temporary Clipboard Use it as a temporary holding space when copying and pasting between documents. Much faster than opening a word processor just to paste and move some text.

Simple Mode vs Advanced Mode — Features Explained

Our online notepad opens in Simple Mode by default — a completely clean writing space with the core tools you need and nothing else. The toolbar gives you font control, basic text formatting, case conversion and a Focus Mode button. The status bar at the bottom shows your live word count, character count, line count and reading time. That is all you see — clean, minimal, distraction-free.

Switch to Advanced Mode to unlock the full toolkit. Multiple notes tabs let you keep separate notes for different subjects, projects or purposes — all accessible with a single click and all saving independently. Three writing themes give you Light, Sepia and Dark mode writing environments so you can choose whatever is easiest on your eyes during long study sessions. Find and Replace lets you search your notes and swap out any word or phrase across the entire document instantly.

📑
Multiple Notes Tabs
Create unlimited separate notes, each with its own title. Switch between them instantly. All save and restore automatically between visits.
🌙
Three Writing Themes
Switch between Light, Sepia and Dark mode writing environments to reduce eye strain during long study or revision sessions.
🔍
Find & Replace
Search your notes for any word or phrase. Replace individual occurrences or swap out every instance in the entire note with one click.
📊
Writing Stats
Live word count, character count, sentence count and paragraph count updating in real time. Download your notes as a .txt file at any time.
Focus Mode
One click hides everything except the writing canvas. Full screen, completely distraction-free. Press Escape or the exit button to return.
⌨️
Keyboard Shortcuts
Ctrl+S to force save. Ctrl+F to open Find and Replace. All standard shortcuts work normally. Designed for fast keyboard-first writers.

Your Notes Stay Private — No Tracking, No Upload, No Server

Privacy matters when you are taking notes on academic work, personal ideas or sensitive information. Unlike cloud-based note apps that store your content on their servers — where it could theoretically be seen by employees, breached by hackers or used to train AI models — our online notepad never sends your notes anywhere. Everything stays in your browser's localStorage on your own device.

This is not just a privacy badge claim — it is the technical reality of how the tool is built. There is no backend, no database, no API call, no upload. The notepad is pure browser-side JavaScript. Your notes exist only on your device and only in your browser. To delete them completely, clear your browser's site data for smallstudytools.com in your browser settings. To back them up, use the Download button to save a .txt file to your device.

The notepad works on any modern browser — Chrome, Firefox, Safari, Edge and Opera — on any device. No app download, no extension required. Open the page and start writing. Come back tomorrow and your notes are still there. It is the simplest, fastest private notepad available online for students today.


Frequently Asked Questions

Common questions about our free online notepad

Yes. Your notes save automatically every 5 seconds to your browser's localStorage, and also instantly every time you stop typing. If your laptop battery dies or you accidentally close the tab, your notes restore exactly as you left them when you reopen the page. Nothing is ever uploaded to any server.

No. There is no account, no sign-up and no email address required. Open the page and start typing immediately. Your notes are saved automatically to your own browser. Close and reopen the page any time and your notes will be exactly where you left them.

Yes completely. Your notes are stored only in your browser's localStorage on your own device. They are never uploaded, transmitted or stored on any server. We cannot see your notes. Nobody can access them except you, through your own browser on your own device.

Yes. The notepad is fully responsive and works on any device — laptop, desktop, tablet or mobile phone. The interface adapts to smaller screens automatically. Your notes are saved to the browser on each device separately via localStorage.

Your notes automatically persist in your browser between visits. For a permanent backup, click Download .txt to save your note as a text file on your device. In Advanced Mode you can click Download All Notes to export every note as one formatted file — named with your note titles for easy reference.

Yes, in Advanced Mode. Switch to Advanced Mode to unlock the multiple notes tab system. Create as many notes as you need, give each one a title, switch between them with a single click and delete individual notes. All notes save and restore automatically between visits.

Yes. The status bar at the bottom shows your live word count, character count, line count and reading time updating in real time as you type. Advanced Mode adds a full stats grid showing sentence count and paragraph count as well. For detailed writing analysis, paste your notes into our Word Counter tool.

Press Ctrl+S (or Cmd+S on Mac) to force a manual save at any time. In Advanced Mode, Ctrl+F opens the Find and Replace panel. All standard browser text editing shortcuts work normally — Ctrl+A to select all, Ctrl+C to copy, Ctrl+Z to undo and Ctrl+Y to redo.

Focus Mode hides the toolbar, stats, buttons and all other interface elements, leaving only a clean full-screen writing canvas. It is designed for distraction-free writing sessions when you want to concentrate on your content without any visual clutter. Click the Focus button in the toolbar to enter and the Exit Focus Mode button to return to normal view.