Share via

When trying to access notifications panel in windows, getting error "exception processing message 0xc0000005 unexpected parameters"

Vishal K 0 Reputation points
2025-09-11T22:31:57.0766667+00:00

When trying to access notifications panel in windows, getting error "exception processing message 0xc0000005 unexpected parameters"
User's image

I also tried In-place upgrade in Windows 11 ... That as well failed

Screenshot 2025-09-12 035022

Also My calendar is also not opening from taskbar .. it instantly crashes in milliseconds

Need a resolution please

Windows for home | Windows 11 | Performance and system failures
0 comments No comments

2 answers

Sort by: Most helpful
  1. Hendrix-V 14,680 Reputation points Microsoft External Staff Moderator
    2025-09-12T03:04:56.51+00:00

    Hi Vishal K,

    Thank you for reaching out to the Microsoft Q&A Forum!

    The error message “exception processing message 0xc0000005 unexpected parameters” and the issue with the calendar crashing usually occurs due to corrupted system files, driver conflicts, or issues with Windows components like the Action Center and Calendar. Based on your given details of the error, here are some steps you can follow to resolve this:

    1 - Run System Repair Tools

    Open Command Prompt (Admin) and run these commands one by one:

    sfc /scannow
    DISM /Online /Cleanup-Image /RestoreHealth
    

    Restart your PC after completion.

    2 - Reset Notifications and Calendar Components

    Open PowerShell (Admin) and run:

    Get-AppxPackage *windows.immersivecontrolpanel* | Reset-AppxPackage
    Get-AppxPackage *windowscommunicationsapps* | Reset-AppxPackage
    

    3 - If In-Place Upgrade Failed

    Use the Windows 11 ISO from Microsoft official site and select Keep personal files and apps during setup.


    I look forward to receiving your update and I'm willing to collaborate with you till we resolve the issue. Please keep me informed.

    Was this answer helpful?


  2. Jeronimo Fuerte 39,435 Reputation points Independent Advisor
    2025-09-12T00:19:43.8466667+00:00

    Hi! That error message, often points to a damaged shell component or a third-party service/driver blocking the notifications stack. Make sure that in Settings > System > Notifications is turned on and “Do not disturb” is off; install any pending Windows Update; then restart the shell in Task Manager > Windows Explorer > Restart.

    Next, run health repairs from an elevated Command Prompt run:

    • sfc /scannow
    • DISM /Online /Cleanup-Image /RestoreHealth.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.