Is it a Virus?
✔ NO - Safe
Must be in C:\Windows\System32\notepad.exe (or C:\Windows\SysWOW64\notepad.exe)
Warning
Notepad may run with multiple windows, but generally remains a single process per instance
If you see Notepad launching without user action, inspect startup items and file associations
Can I Disable?
✔ YES
Notepad can be disabled or uninstalled as an optional feature in Windows Settings → Apps → Optional Features → Notepad → Uninstall (may vary by build)
What is notepad.exe?
notepad.exe is the executable for Windows Notepad, a lightweight plain-text editor built into Windows. It opens quickly, edits simple text files, and saves in UTF-8/ASCII formats. Notepad’s minimal UI and tiny footprint make it ideal for quick notes, logs, and basic scripting tasks.
Notepad runs as a simple, low-resource editor with a small memory footprint and no plugins. It typically uses a single process per open window, handles UTF-16/UTF-8 text, and relies on the Windows text subsystem for file I/O and encoding.
Quick Fact: Notepad is one of the oldest Windows apps still included, serving as a minimal baseline editor for plain text since early Windows versions.
Types of Notepad Processes
- Main Notepad Process: UI and core editing engine for a single Notepad window
- Background Helpers: Notepad does not typically spawn separate helper processes; most tasks run in the main process
Is notepad.exe Safe?
Yes, notepad.exe is safe when it's the legitimate file from Microsoft located in the system folder and signed by Microsoft.
Is notepad.exe a Virus or Malware?
The real notepad.exe is NOT a virus. Malware masquerading as notepad.exe is possible, so verify file path and signature.
How to Tell if notepad.exe is Legitimate or Malware
- File Location:: Must be in
C:\Windows\System32\notepad.exe or C:\Windows\SysWOW64\notepad.exe. Any notepad.exe elsewhere is suspicious.
- Digital Signature:: Right-click the file in Explorer → Properties → Digital Signatures. Should show a Microsoft signature (e.g., "Microsoft Corporation" or "Microsoft Windows").
- Resource Usage:: Normal usage is minimal: a few MB of memory and negligible CPU when idle.
- Behavior:: Notepad should launch on user action. Unprompted background execution or network activity is suspicious.
Red Flags: If notepad.exe is located in unusual folders (like Temp or AppData), runs without user action, has no valid signature, or uses unusual network activity, scan with antivirus. Look for similarly named files in suspicious paths.
Why Is notepad.exe Running on My PC?
notepad.exe runs when you intentionally open Notepad or when an application uses Notepad to capture or edit text. It can also start from file associations or scripts that call Notepad to edit a file.
Reasons it's running:
- Active Text Editing: You have an active Notepad window or a file open for editing, so the process remains running.
- Open With Default Editor: Double-clicking a .txt or a plain-text file or selecting 'Open with Notepad' launches notepad.exe.
- Startup or Background Launch: Some scripts, installers, or apps may launch Notepad as part of a workflow or log capture.
- File Association Triggers: When Windows calls Notepad to view or edit a file, a Notepad instance may start automatically.
- Automation or Logging Tasks: Certain tools write or capture text via Notepad when logging events or generating templates.
Can I Disable or Remove notepad.exe?
Yes, you can disable notepad.exe. You can uninstall Notepad as an Optional Feature in Windows Settings, or disable related features in newer Windows builds.
How to Stop notepad.exe
- Close Notepad Windows: Click the X to close or press Alt+F4 on the Notepad window.
- End Notepad Task: Open Task Manager (Ctrl+Shift+Esc), locate Notepad.exe, and choose End Task.
- Disable Startup: Task Manager → Startup tab → Disable any Notepad entry if present.
- Change File Associations: Windows Settings → Apps → Default apps → Choose default apps by file type; ensure .txt isn't always opened by Notepad.
- Uninstall Optional Feature: Settings → Apps → Optional Features → Notepad → Uninstall (requires reboot).
How to Uninstall Notepad
- ✔ Windows Settings → Apps → Optional features → Notepad → Uninstall
- ✔ Control Panel → Programs → Programs and Features → Notepad → Uninstall
- ✔ If you re-install later, use Windows Optional Features to add Notepad back
Common Problems: Notepad Issues
If notepad.exe is misbehaving, try these targeted fixes for typical Notepad problems.
Common Causes & Solutions
- Text appears garbled or encoding issues: Open notepad, use Save As, choose UTF-8 or ANSI encoding, and reopen the file with the correct encoding.
- Notepad won't open a specific file: Check that the file path is valid, you have read permissions, and the file is not locked by another process.
- Notepad crashes on launch: Run System File Checker (sfc /scannow), ensure Windows updates are installed, and check for corrupt system files.
- Notepad uses more memory than expected: Close unused documents, check for problematic text (large files), and consider splitting content into smaller files.
- Notepad cannot save changes: Check folder permissions, path validity, and ensure the destination drive isn't full; try Save As to a different location.
- Default editor keeps resetting: Reset default app associations or repair Windows components if Notepad reverts to a different editor after updates.
Quick Fixes:
1. Quick Fixes:
2. 1. Close all Notepad windows and reopen to reproduce the issue
3. Save as a new file with a different name or location
4. Check encoding via Save As dialog and choose UTF-8
5. Update Windows to the latest build
6. Disable problematic plugins (Notepad has none; focus on file content)
Frequently Asked Questions
Is notepad.exe a virus?
Notepad.exe from Microsoft is not a virus. Ensure the file path is C:\Windows\System32\notepad.exe and check the digital signature to confirm integrity.
Why is notepad.exe using CPU?
Notepad generally uses negligible CPU. If you see high CPU, inspect logs or scripts that might spawn Notepad for automation; otherwise, it's usually idle.
Can I delete or uninstall Notepad?
Yes, on Windows you can uninstall Notepad as an optional feature. It will be available again via Optional Features if you need it later.
Can I disable Notepad?
You can disable Notepad by uninstalling the Optional Feature or disabling its startup; note that some Windows tasks may rely on a Notepad-like feature.
Why does Notepad open at startup?
Notepad typically does not auto-start. If you see it opening at startup, check startup tasks, scheduled tasks, or a script that may launch Notepad for a log or template.
Why are there multiple notepad.exe processes?
Notepad usually runs a single process per window. Multiple processes can appear if you have several Notepad windows open or if a third-party tool uses Notepad in background automation.