Install Classic Paint Windows 10 [top]

To install or restore the classic Microsoft Paint on Windows 10, you can use built-in Windows features or third-party installers if it has been removed. 1. Restore via Windows Optional Features (Official Method)

This is the safest method if Paint is missing but still supported by your specific Windows 10 version.

Open Settings: Click the Start menu and select the gear icon. Navigate to Apps: Go to Apps > Apps & features.

Manage Optional Features: Click on the Optional features link.

Add a Feature: Click Add a feature and type "Paint" into the search bar.

Install: Select Microsoft Paint from the results and click Install. Restart: Restart your PC to complete the installation. 2. Download from the Microsoft Store

Microsoft moved Paint to the Store to allow for easier updates.

Search for Paint: Open the Microsoft Store and search for "Paint". install classic paint windows 10

Get/Install: Click the Get or Install button to download the latest version. 3. Use a Third-Party Installer (For Older Versions)

If you specifically want the classic Windows 7-style Paint (without the ribbon or modern interface), you can use community-provided installers. Download Classic Paint for Windows 10


Title: The Digital Archaeology of Creativity: Installing Classic Paint on Windows 10

Introduction In the rapid cycle of digital evolution, few applications evoke as much nostalgia and quiet utility as Microsoft Paint. For decades, "MS Paint" was the primordial creative womb for millions of users—the first place they drew a stick figure, edited a screenshot, or simply doodled during a dial-up connection. However, with the release of Windows 10, Microsoft introduced a modernized "Paint 3D," pushing the classic application into the background. While progress is inevitable, the instinct to retrieve the original Paint application reveals a critical truth about user experience: simplicity is not a flaw, but a feature. This essay argues that installing the classic Paint app on Windows 10 is not merely an act of retro computing, but a deliberate choice to preserve workflow efficiency, accessibility, and digital heritage.

The Disappearance of a Staple When users upgraded to Windows 10, many were startled to find the familiar icon missing from its usual place. Microsoft announced that Paint was "deprecated," meaning it would no longer receive active development and would eventually be removed in favor of Paint 3D. While Paint 3D offers impressive features like 3D modeling and advanced brushes, it demands higher system resources and a steeper learning curve. For a user who simply needs to crop a screenshot or draw a quick red circle to highlight an error, opening a bulky 3D application is akin to using a firehose to water a houseplant. Microsoft’s decision, though well-intentioned, overlooked the vast population of non-professional users who rely on speed and zero learning time.

The Method: Restoring What Was Never Lost Fortunately, installing classic Paint on Windows 10 does not require sketchy third-party websites or abandonware archives. Microsoft discreetly kept the classic Paint executable (mspaint.exe) within the Windows system folder even in later versions of Windows 10. The most straightforward method of installation is actually a re-activation. Users can navigate to Settings > Apps > Optional Features > Add a feature, then scroll to find "Paint." Clicking install will restore the legacy program in seconds. Alternatively, for systems that have had it completely removed, one can extract the original mspaint.exe from a trusted Windows 10 ISO file or a backup of an older system. A third, simpler method exists: directly copying the executable from a computer that still has it (located in C:\Windows\System32) via a USB drive. Regardless of the method, the process is lightweight, free, and does not compromise system security—unlike downloading unofficial "classic shell" tools.

Why It Matters: Beyond Mere Sentiment The reinstatement of classic Paint is not about resisting change; it is about respecting use cases. First, accessibility is paramount. Classic Paint has no hidden menus, requires no internet connection, and runs flawlessly on low-end hardware or virtual machines. Second, workflow efficiency is critical in professional environments. IT support staff, educators, and graphic designers often use Paint for rapid annotations because it launches instantly. Third, preservation of digital literacy is a cultural concern. For children or elderly users learning to compute, the complexity of modern software can be intimidating. Classic Paint serves as a safe, forgiving gateway to digital creation. To install or restore the classic Microsoft Paint

Counterargument and Rebuttal Critics argue that clinging to classic Paint stifles innovation and prevents users from learning more capable tools. They claim that free alternatives like GIMP or the built-in Snip & Sketch tool are superior. However, this argument fails to account for the principle of least astonishment. Users should not need to watch a tutorial to draw a straight line. Furthermore, classic Paint and Paint 3D can coexist peacefully; installing one does not uninstall the other. Thus, the user is empowered to choose the right tool for the right job, rather than being forced into a one-size-fits-all solution.

Conclusion Installing classic Paint on Windows 10 is a small but significant act of digital agency. It represents a user's right to curate their own computing environment based on function, not fashion. By following the simple steps through the Windows "Optional Features" menu or a secure file transfer, anyone can resurrect this timeless tool. In doing so, we do not reject the future—we simply ensure that the past remains usable. After all, a hammer does not lose its value just because someone invents a nail gun. Classic Paint remains the digital hammer: simple, reliable, and always within reach.


Method 2: Install Classic Paint via Windows Optional Features (The Official Way)

Microsoft eventually moved Classic Paint to the "Optional Features" list. This is the safest, most official method to install classic Paint on Windows 10 without downloading third-party files.

Steps:

  1. Open Settings (Press Windows + I).
  2. Click on Apps.
  3. On the left sidebar, click Optional features.
  4. Click the + Add a feature button at the top of the list.
  5. A dialog box will appear. Type "Paint" into the search bar.
  6. Look for an entry that says "Paint" (Not "Paint 3D"). The description should read: "Microsoft Paint for viewing and editing images."
  7. Check the box next to it and click Install.

Windows will now download and install Classic Paint from Microsoft servers. This takes about 30 seconds. Once completed, you will find Paint in the Windows Accessories folder.

❌ Troubleshooting

| Problem | Solution | |--------|----------| | “This app can’t run on your PC” | Downloaded wrong architecture (x86 vs x64). Match your Windows 10. | | Missing .mui file | Classic Paint will still run but might show UI glitches. | | Antivirus deletes the file | Some older Paint versions trigger false positives. Use portable version instead. | | Modern Paint keeps opening | Run mspaint from command prompt, not Start menu. Delete modern Paint via Get-AppxPackage *mspaint* | Remove-AppxPackage (admin PowerShell). |


How to Remove Paint 3D Completely

If you want a perfectly clean system with only Classic Paint, you can uninstall Paint 3D. Method 2: Install Classic Paint via Windows Optional

Via Settings:

  1. Go to Settings > Apps > Apps & features.
  2. Search for "Paint 3D."
  3. Click it and select Uninstall.

Via PowerShell (as Admin):

Get-AppxPackage *Microsoft.MSPaint* | Remove-AppxPackage

Wait—careful! The command above removes the new Paint 3D. To remove Paint 3D specifically, use:

Get-AppxPackage *Paint3D* | Remove-AppxPackage

Troubleshooting: Why Won't Classic Paint Install?

If you have tried the methods above and still cannot install classic Paint on Windows 10, you may be facing one of these issues:

Why Do You Need Classic Paint on Windows 10?

Before diving into the installation steps, let’s address why you would go through the trouble of installing legacy software.

Method 3: Using the Old MSPAINT.MUN File

On some recent Windows 10 updates, the file is no longer in System32 as an executable but stored as a resource.

  1. Navigate to C:\Windows\SystemResources\.
  2. Look for a file named mspaint.exe.mun.
  3. This file cannot be run directly. However, if you have access to another Windows 10 computer running the classic Paint, or if you extract it from a Windows 10 ISO, you can copy the mspaint.exe file to a folder on your computer (e.g., C:\MyApps\) and run it from there.