---Advertisement---

How To Fix PowerShell Has Stopped Working Or Not Opening In Windows 11/10

Published On: November 3, 2025
How To Fix PowerShell Has Stopped Working Or Not Opening In Windows 11/10
---Advertisement---

Is PowerShell not opening or crashing on your Windows 10 or 11 PC? This can be frustrating, especially when you need it for important tasks like running commands or fixing system issues. Sometimes, PowerShell stops working due to corrupted files, system glitches, or missing updates. But don’t worry—there are easy ways to fix it! In this blog, we’ll guide you through simple steps to get PowerShell working again, so you can use it without any trouble. Let’s dive in and solve the problem!

PowerShell Has Stopped Working

Method 1: Run System File Checker (SFC Scan)

  1. Press Windows + R to open Run.
  2. Type: cmd and press Ctrl + Shift + Enter to run as Administrator.
  3. In the Command Prompt window, type: sfc /scannow
  4. Wait for the scan to complete and restart your PC.

This will repair corrupted system files and may restore PowerShell functionality.


Method 2: Run DISM Command to Repair System Image

If the SFC scan doesn’t fix the issue:

  1. Open Command Prompt as Administrator again.
  2. Type these commands one by one, pressing Enter after each: DISM /Online /Cleanup-Image /CheckHealth DISM /Online /Cleanup-Image /ScanHealth DISM /Online /Cleanup-Image /RestoreHealth
  3. Restart your computer.
Run DISM Command to Repair System Image

This restores missing or damaged Windows components required by PowerShell.


Method 3: Re-Enable PowerShell from Windows Features

  1. Press Windows + R > type: optionalfeatures and press Enter.
  2. Scroll down and find:
    Windows PowerShell 2.0
  3. Check the box → Click OK.
  4. Restart your PC.

Or if it’s already enabled, uncheck → restart → enable again to refresh the component.


Method 4: Reset PowerShell Profile

  1. Press Windows + R → type: %UserProfile%\Documents\WindowsPowerShell
  2. If you see a file named: Microsoft.PowerShell_profile.ps1 Rename it to: Microsoft.PowerShell_profile_old.ps1
  3. Try opening PowerShell again.

If the profile file was corrupted, this should fix it.


Method 5: Reinstall PowerShell Using Command Prompt

  1. Open Command Prompt (Admin).
  2. Type: powershell -ExecutionPolicy Unrestricted
  3. Then reinstall PowerShell by entering: Get-WindowsCapability -Online | ? Name -like 'Microsoft.PowerShell*' | Add-WindowsCapability -Online

Restart your computer once the process completes.


Method 6: Scan for Malware

Sometimes malware blocks PowerShell intentionally.

  1. Open Windows Security.
  2. Go to Virus & threat protection.
  3. Run a Full Scan.

If malware is removed, restart and try opening PowerShell again.


Conclusion

PowerShell is a powerful tool, and when it stops working, it can interrupt many administrative and troubleshooting tasks. By following the steps mentioned above — such as SFC scan, repairing system image, resetting profile, and reinstalling PowerShell, you can quickly restore it to normal. These methods are safe and effective for both Windows 10 and Windows 11 users.

---Advertisement---

Related Post

Enable New Windows 11 25H2 Features After December Update (KB5070311)
Enable/Disable Steam Networking IP Sharing – Step-by-Step Guide
Valorant Stuck on Loading Screen? Fix It Now!
Tips

Valorant Stuck on Loading Screen? Fix It Now!

By Tech Gitter
|
December 31, 2025
How to Increase or Decrease Font Size in Google Chrome
Solutions

How to Increase or Decrease Font Size in Google Chrome

By Tech Gitter
|
December 29, 2025

Leave a Comment

Join WhatsApp Join Telegram