How To Fix MS Paint Not Working in Windows 11

Are you also facing the issue of MS Paint not working in Windows 11? This article has stacked up effective solutions to save your time...

Mahima N.
Windows Technical Expert
3 min read
Add as a preferred
source on Google

Are you also facing the issue of MS Paint not working in Windows 11? This article has stacked up effective solutions to fix MS Paint not working in Windows 11.
Microsoft Paint is the most beloved app in Windows for simple graphic tasks. However, while starting or using the app, a few errors can pop up. MS Paint can crash, options stop working, or the scroll bar can stop working. To fix it, go through the whole article below.

How To Fix MS Paint Not Working in Windows 11

Method 1: Remove unsupported Fonts

1. Go to the Windows Settings and navigate to Personalization > Fonts.

2. Select the problematic font or the most recent installed font.

3. Click on Uninstall and restart the Microsoft Paint app.

remove font to fix MS Paint not working in Windows 11

Method 2: Exit the App from the Task Manager

1. In the Windows search bar, type “task manager” and click on the best match result.

2. Right-click on “mspaint.exe” and click on “End task”.

end ms paint with task manager

Method 3: Run the Paint App as an Administrator

If you have multiple users on your system, the MS Paint may not function properly. To fix this, here is the easiest way to open MS Paint as an Administrator:

1. Type “paint” on the Windows search bar.

2. Right-click on the best result match and select “Run as Administrator”.

run ms paint as administrator in windows 11

Method 4: Repair the Paint app

1. Go to the Windows Settings app and navigate to the Apps section.

2. In the Installed Apps, search Paint.

3. Click on the three-dot icon on Paint and select “Advanced options”.

advanced options ms paint

4. Scroll down and select “Repair”. This will repair the MS Paint app without affecting data.

repair the ms paint not working in windows 11

Method 5: Install the Latest Windows Update

1. Go to Windows Settings and select Windows Update.

2. If there is any update, click on “Download and Install”.

3. Or, click on “Check for Updates” to check if there are any pending updates.

update windows to fix MS Paint not working in Windows 11

Method 6: Remove the SID Entries for MS Paint in the Registry

1. In the search bar, enter “registry editor” and click on best match result.

open registry editor

2. Tap “yes” on the message prompt.

3. Go to the below path in Registry Editor:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\S-1-5-21-532750152-3550770042-178432067-1001\Microsoft.Paint_11.2403.28.0_neutral_~_8wekyb3d8bbwe

4. Right-click on Microsoft.Paint option and click on “Delete”.

delete sid directories in registry editor

5. Now, uninstall the MS Paint app and reinstall it from the Microsoft Store.

Method 7: Reset Paint via PowerShell to Fix MS Paint Not Working

1. Type “powershell” in the Windows search bar. Right-click on the best match result of Windows PowerShell and select “Run as Administrator”.

open powershell

2. Type the below command in the PowerShell and press “Enter”:

Get-AppxPackage *Microsoft.Paint* | Reset-AppxPackage

reset paint in powershell to fix MS Paint not working in Windows 11

3. Now, open and use Microsoft Paint again and check if it is working.

Method 8: Uninstall and Reinstall Paint Using PowerShell

8.1 Uninstall MS Paint Using PowerShell

1. Open the Powershell as stated in the previous method.

2. Type the below command and press Enter:

Get-AppxPackage Microsoft.MSPaint | Remove-AppxPackage

uninstall paint in powershell

8.2 Reinstall MS Paint Using PowerShell

1. Once the MS Paint is successfully uninstalled, copy & paste the below command:

Get-AppxPackage -allusers Microsoft.MSPaint | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

2. Make sure to specify the installing location in “($_.InstallLocation)”.

reinstall ms pain in powershell

That’s it!

Share this article
https://www.kapilarya.com/how-to-fix-ms-paint-not-working-in-windows-11

Shareable URL

Article by

Mahima N.
Windows Technical Expert

Say Hey to Mahima, a tech buff. She enjoys writing both technical and non-technical drafts. When she's not typing away, you'll find her buried in books or off on some adventure. Mahima's all about trying new things and soaking up every experience life throws her way!

Leave a Comment

Your email address will not be published. Required fields are marked *