Introduction
Notepad is one of the oldest and most useful apps in Windows. It has been included in almost every version of Windows, from Windows 95 to Windows 11. Despite being simple, Notepad is powerful for writing, editing, and managing plain text files. Whether you are a beginner learning how to take quick notes or a programmer writing code, Notepad is a handy tool.
Thank you for reading this post, don't forget to subscribe!In this article, we will walk you through a step-by-step guide to using Notepad on Windows 10 and Windows 11, covering everything from opening the app to saving, formatting, and managing text files.
Step 1: Opening Notepad
There are different ways to open Notepad in Windows 10/11:
- Using Search Bar
- Click on the Start Menu or press the Windows key.
- Type Notepad in the search bar.
- Click on the Notepad app to open it.
- Using Run Command
- Press Windows + R on your keyboard.
- Type
notepadand press Enter.
- Using Right-Click Menu (Windows 10)
- Right-click on the desktop.
- Select New → Text Document.
- Double-click the file to open in Notepad.
Step 2: Creating a New File
When you first open Notepad, a blank page will appear. This is your workspace.
- Simply start typing your notes, code, or text.
- If you want to create another new file, go to File → New.
Step 3: Writing and Editing Text
Notepad is a plain text editor, which means it does not support rich formatting like Word or WordPad.
- You can type letters, numbers, symbols, and special characters.
- Use keyboard shortcuts to make editing faster:
Ctrl + C→ CopyCtrl + V→ PasteCtrl + Z→ UndoCtrl + F→ Find text
Step 4: Saving a File
To save your work:
- Go to File → Save As.
- Choose the folder where you want to save the file.
- Type a file name.
- Select the file format:
.txt→ Plain text (default).html→ For web pages.bat→ For batch scripts.log→ For log files
- Click Save.
👉 Pro Tip: If you add .txt at the end of your file name, Windows will always save it as a plain text file.
Step 5: Opening an Existing File
- Go to File → Open.
- Browse and select the file you want.
- Click Open.
- The content will appear in Notepad.
👉 You can open text files, scripts, HTML files, and more.
Step 6: Formatting in Notepad
While Notepad does not support advanced formatting, it offers a few useful features:
- Word Wrap
- Go to Format → Word Wrap.
- This ensures text continues on the next line instead of stretching horizontally.
- Change Font & Text Size
- Go to Format → Font….
- Choose a different font, style, or size.
- This changes the way text looks on your screen (not in the saved file).
Step 7: Using Find and Replace
Notepad makes searching text easy:
- Press Ctrl + F → Opens Find box.
- Type the word you want to search.
- Press Enter to find matches.
For replacing text:
- Press Ctrl + H.
- Enter the word to find and the word to replace it with.
- Click Replace or Replace All.
Step 8: Printing Documents
Notepad allows you to print directly:
- Go to File → Print.
- Select your printer.
- Adjust settings and print.
This is useful for quick notes, code snippets, or reports.
Step 9: Advanced Uses of Notepad
Although simple, Notepad is used for many advanced tasks:
- Coding and Scripting: Create HTML, CSS, JavaScript, or Python files.
- Configuration Files: Edit
.inior.cfgfiles for software. - Log Files: Use
.logextension to automatically insert the date and time. - Batch Files: Write
.batscripts to automate tasks.
Step 10: Notepad on Windows 11 (Extra Features)
In Windows 11, Notepad received some improvements:
- Dark Mode: Easier on the eyes during night use.
- New Search/Replace Panel: Cleaner design and easier to use.
- Multi-level Undo: You can undo multiple steps instead of just one.
- Better Font Rendering: Makes text sharper and more readable.
Tips for Using Notepad Effectively
- Use keyboard shortcuts to save time.
- Enable Word Wrap for long notes.
- Save files with the correct extension (
.txt,.html,.bat). - Use Consolas font if you are coding.
- Backup important files to cloud storage.
Conclusion
Notepad may look like a very basic tool, but it is extremely useful for everyday tasks. From writing notes to editing scripts and configuration files, Notepad makes work easier.
Whether you are using Windows 10 or Windows 11, the steps are almost the same. The newer version only adds extra features like Dark Mode and improved search. If you learn how to use Notepad properly, you can save time and increase productivity.