Have a good day Cole Gordon!
Thanks for reaching out to the Q&A forum.
If you can't open certain notifications in the Action Center in Windows 10, try the methods below:
1. Restart Windows Explorer
This restores the taskbar and notification UI.
Right click Taskbar > Task Manager > find Windows Explorer > right‑click > Restart
2. Run SFC and DISM (Repairs system files)
Open Command Prompt (Admin) and run:
sfc /scannow
DISM /online /cleanup-image /restorehealth
3. Re-register Action Center
Run PowerShell as admin and paste:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart your PC afterward.
Hope this helps. Feel free to post back if you need further assistance!
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.