Before You Troubleshoot

Most Paint 3D issues fall into a handful of categories: the app will not open, it crashes during use, it has disappeared from your system, or specific features do not work correctly. Microsoft discontinued Paint 3D in November 2024, which means no new patches will fix these problems. The solutions below are workarounds based on the last available version of the software.

If your issue is that Paint 3D is missing entirely after a Windows update, see our dedicated guide on how to get Paint 3D back. For installation on Windows 11 specifically, visit the Windows 11 installation guide.

Common Issues and Fixes

1. Paint 3D Will Not Open

Symptoms: Clicking the Paint 3D icon does nothing, or the app briefly flashes and closes immediately.

Cause: Corrupted app data, Windows Store cache issues, or a failed Windows update that disrupted UWP (Universal Windows Platform) app functionality.

  1. Open Settings > Apps > Installed apps (Windows 11) or Settings > Apps > Apps & features (Windows 10).
  2. Find Paint 3D in the list. Click the three-dot menu and select Advanced options.
  3. Scroll down and click Repair. Wait for the process to complete, then try opening Paint 3D.
  4. If Repair does not work, return to the same screen and click Reset. This clears all app data and restores default settings. Unsaved projects will be lost.
  5. If neither works, open PowerShell as Administrator and run: Get-AppxPackage Microsoft.MSPaint | Reset-AppxPackage

2. Paint 3D Crashes on Startup

Symptoms: The app opens briefly, shows the splash screen, then closes or displays “Paint 3D has stopped working.”

Cause: Graphics driver incompatibility, corrupted temporary files, or insufficient GPU resources for the 3D rendering engine.

  1. Update your graphics drivers. Open Device Manager > Display adapters, right-click your GPU, and select Update driver. Alternatively, download the latest driver directly from NVIDIA, AMD, or Intel’s website.
  2. Clear the Windows Store cache: press Win + R, type wsreset.exe, and press Enter. A blank Command Prompt window will appear briefly, then the Store will open.
  3. Delete Paint 3D temporary files: navigate to %localappdata%\Packages\Microsoft.MSPaint_8wekyb3d8bbwe\LocalState and delete the contents of the folder. Do not delete the folder itself.
  4. If crashes persist on older hardware, the 3D rendering engine may exceed your GPU’s capabilities. Consider using a 2D-only alternative.

3. Paint 3D Missing from Start Menu

Symptoms: Paint 3D no longer appears in the Start menu, search results, or app list after a Windows update.

Cause: Starting with Windows 11 version 23H2 (late 2023), Microsoft began removing Paint 3D from new installations and some feature updates. The November 2024 discontinuation accelerated this removal.

  1. Check if Paint 3D is still installed but hidden: open PowerShell and run Get-AppxPackage -Name Microsoft.MSPaint. If it returns a result, the app is installed but the Start menu shortcut is missing.
  2. To restore the shortcut, run: Get-AppxPackage Microsoft.MSPaint | ForEach-Object { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" }
  3. If the app is not installed at all, it may still be available through cached Microsoft Store links or sideloading. See our full recovery guide for detailed instructions.

4. “This App Can’t Open” Error

Symptoms: A dialog appears saying “This app can’t open” or “Paint 3D is currently not available in your account.”

Cause: Microsoft Store licensing issue, account sync problem, or the app was partially uninstalled.

  1. Sign out and back into your Microsoft Account in the Microsoft Store app.
  2. Run the Windows Store Apps troubleshooter: Settings > System > Troubleshoot > Other troubleshooters > Windows Store Apps.
  3. If the troubleshooter does not resolve it, uninstall Paint 3D completely via PowerShell: Get-AppxPackage Microsoft.MSPaint | Remove-AppxPackage, then reinstall from a cached source or backup.
  4. On domain-joined or enterprise computers, group policies may block certain Store apps. Check with your IT administrator if this is a managed device.

5. Slow Performance and Lag

Symptoms: The canvas responds slowly, brush strokes lag behind the cursor, or the interface stutters when rotating 3D objects.

Cause: High canvas resolution, too many 3D objects in the scene, outdated graphics drivers, or insufficient system RAM.

  1. Reduce the canvas size. Go to Canvas > Resize canvas and lower the pixel dimensions. Large canvases (4000×4000+) strain the renderer significantly.
  2. Remove unused 3D objects from the scene. Each object adds to the GPU workload. Merge or delete objects you no longer need.
  3. Close other GPU-intensive applications (games, video editors, multiple browser tabs with video content) while using Paint 3D.
  4. Ensure your system meets minimum requirements: DirectX 12 compatible GPU, 4 GB RAM (8 GB recommended for complex scenes), and updated graphics drivers.

6. Export Failures

Symptoms: Clicking “Save as” or exporting to 3D formats (.3mf, .fbx, .glb) produces an error, creates a 0 KB file, or hangs indefinitely.

Cause: Corrupted scene data, insufficient disk space, overly complex geometry, or write permission issues in the target folder.

  1. Try saving to a different location, such as your Desktop or Documents folder. Some network drives and cloud-synced folders (OneDrive, Dropbox) can interfere with file writes.
  2. Export as a different format. If .fbx fails, try .3mf or .glb. Some format encoders handle complex scenes better than others.
  3. Simplify the scene by removing or merging objects, then attempt the export again.
  4. Check available disk space. 3D exports can be large, especially .fbx files with embedded textures. Ensure at least 500 MB of free space on the target drive.
  5. If the export hangs, wait at least 2 minutes before force-closing. Complex scenes with many polygons can take time to process.

7. Magic Select Not Working Properly

Symptoms: Magic Select cuts out the wrong area, leaves artifacts around edges, or does not respond to the Add/Remove refinement tools.

Cause: Low-contrast images, complex backgrounds, or very fine details (hair, fur, transparent objects) that exceed Magic Select’s edge detection capabilities.

  1. Start with a tighter initial selection. Drag the Magic Select box as close to the subject as possible before clicking Next. A tighter crop gives the algorithm better starting data.
  2. Use the Add and Remove tools in the refinement step. Click on areas that should be included or excluded. Small, precise clicks work better than broad strokes.
  3. For images with complex or busy backgrounds, pre-crop the image in Microsoft Paint or another editor to isolate the subject area before using Magic Select.
  4. Magic Select works best with high-contrast edges: a dark subject on a light background, or vice versa. Low-contrast subjects against similar-colored backgrounds will produce poor results regardless of refinement.

General Maintenance Tips

Save Frequently

Paint 3D does not auto-save. Save your work every few minutes, especially before attempting complex operations like 3D exports or Magic Select on large images.

Keep Drivers Current

Graphics driver updates often resolve rendering glitches, crashes, and performance issues in 3D applications. Check for driver updates monthly.

When Troubleshooting Is Not Enough

Because Paint 3D no longer receives updates, some issues may never be fixed. If you encounter a persistent bug that the steps above do not resolve, the practical option is to migrate to an alternative application. The underlying 3D rendering engine in Paint 3D was designed for DirectX 12 hardware available in 2017, and compatibility gaps with newer GPUs and Windows versions will only grow over time.

For more Paint 3D guides and walkthroughs, visit the tutorials section or return to the homepage.