Windows Notepad

Windows Notepad 11.2605.29.0

Windows Notepad is a simple, free text editor with basic features, ideal for quick text editing.

Download for Windows 11.2605.29.0
Updated June 24, 2026
Free · Freeware
59,294 downloads
3.0

Use the arrow keys to choose a rating, then press Enter or Space to submit it.

Good 3 user ratings
Listed in our directory since 2024
Developer: Microsoft
Page updated August 13, 2025

Overview

Windows Notepad is a plain-text editor for short notes, configuration files, logs, scripts, and text copied from another program. It stores characters without the page layout, embedded images, or paragraph styles used by a word processor. That simplicity makes Windows Notepad useful when a file must remain readable as raw text. It can alter the actual contents of a configuration or script, so a casual save can still change how another program behaves.

Plain text only

Windows Notepad opens text in tabs and keeps each document separate. Find and Replace handles repeated wording, while word wrap changes how long lines fit inside the window without inserting line breaks into the file. Zoom affects the view rather than the stored characters. The status bar can count the entire document or the currently selected text.

Plain text has no font styling stored inside it. Changing the display font makes the current editor easier to read, but it does not send that font choice to another computer. Pasting a formatted web paragraph strips most presentation details. This is useful for cleaning copied text and unsuitable when bold text, tables, or placed images must survive.

Encoding at save

The Save As dialog chooses the filename and character encoding. Encoding determines how bytes become letters, so the wrong choice can turn accented text or a non-Latin alphabet into boxes and unexpected symbols in another program. Windows Notepad can write Unicode text, but an older device or importer may expect a legacy encoding instead.

Changing a file extension in the name box does not convert its grammar. Renaming a text document with a script or configuration extension only tells Windows and other programs how to classify it. The content still needs the exact syntax that the receiving program understands. Saving over the original before testing removes the easiest route back.

Spelling by file

Windows Notepad can underline misspelled words, display suggestions, ignore a word for one document, or add it to the dictionary. Autocorrect can repair common typing mistakes while text enters. Spellcheck supports multiple languages and can switch globally or by file type.

The defaults deliberately treat prose and code differently. Log files and file types commonly used for programming can have spellcheck disabled, because identifiers and commands would otherwise fill the page with red marks. A missing underline therefore does not prove that every word is correct. It may mean that the current extension has checking turned off.

A simple log

Windows Notepad has an old but specific log behavior. Put .LOG alone on the first line, save the file, and open it again. Notepad appends the current date and time near the end so the next entry begins beneath a timestamp. The marker must occupy the first line; placing it inside a paragraph does not create the same result.

This method builds a chronological text file without a database. It does not secure entries, prevent later edits, or record who typed them. Anyone with write access can change an earlier line. A regulated audit trail needs a system that controls identity and revision history.

Printing needs setup

Page Setup accepts placeholders for the filename, page number, date, and time in printed headers or footers. Alignment characters can place the result at the left, center, or right edge. Windows Notepad does not remember custom header and footer settings, so a carefully entered print layout must be typed again for a later job.

Session recovery can reopen unsaved text after a restart when the related setting is active. That temporary recovery state is not the same as an explicitly saved file in a chosen folder. If the text matters outside the current session, Save remains the decisive action. Clearing local app data or losing the Windows profile can remove a recovered tab that never became a normal file.

Similar Apps