Something Went Wrong message displayed when trying to backup credentials on windows

Anonymous
2025-06-08T15:38:42+00:00

I've been trying to backup my computer but it's not letting me sign in for the credentials part. It keeps displaying the "Something went wrong" message. I can verify the credentials because this message keeps popping up. Any advice?

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2025-06-08T17:12:44+00:00

    Hi Charlie, I’m Pau, an Independent Advisor. Let me help you fully solve this.

    Please follow to these steps:

    > Restart your computer again and try the backup again.

    > Get Windows updated:

    Click on Update & Security > Windows Update in the Settings menu. Check for new content > Update everything > If you need to, restart.

    > Make sure you are an administrator:

    Select Accounts from the list of settings. Check that your name says "Administrator" under it.

    > Type services.msc, press Enter, find Credential Manager, right-click it, and choose "Restart." This will start the Credential Manager service again.

    > Fix credentials that aren't working:

    To get rid of old or suspicious entries, go to Control Panel > Credential Manager > Windows Credentials.

    > Use the Command Prompt to reset the stored credentials:

    Click Start and then click Command Prompt (Admin). Hit the "/list" key. Find entries that aren't working right > Press the "/delete" key and type "for each >" Try backup again.

    > Fix files in the system:

    Click on Open Command Prompt (Admin) > Click on sfc /scannow > Wait until it's done, then type DISM /Online /Cleanup-Image /RestoreHealth. Wait until it's done.

    > Try it out with a fresh user account:

    Going to Settings > Accounts > Family and other users Add someone else to this computer > Make a local account, log in, and try the backup again.

    If you follow these steps, this problem will always be fixed. If the problem keeps happening, please let me know so I can help you more.

    Thanks for your time. I'm sure this will make your backup work perfectly.

    Have a great day!

    Warm regards,

    Pau

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-06-08T16:51:36+00:00

    Dear user,

    Thanks for using Microsoft products and posting in the community.

    Encountering "Something went wrong" error during credential manager backup on Windows can be caused by corrupted system files, permissions issues or credential manager service anomaly.

    Here are some suggestions:

    1. Backing up credentials manually (alternative method)

    If the graphical interface fails, try backing up from the command line:

    Press Win + R, type cmd, and then press Ctrl + Shift + Enter to run the Command Prompt as an administrator.

    Execute the following command to back up the credentials (replace the path):

    rundll32.exe keymgr.dll,KRShowKeyMgr
    

    Select the credentials in the pop-up window and export to a .crd file.

    1. Check the status of the Credentials Manager service

    Make sure the relevant service is running:

    Press Win + R, type services.msc and enter.

    Locate the following services and make sure the status is Running:

    Credential Manager

    Windows Backup

    Cryptographic Services

    Right-click on the service and select Restart.

    1. Repairing System Files

    Corrupted system files may cause this issue:

    Open a command prompt as an administrator.

    Execute the following commands in order:

    sfc /scannow
    
    dism /online /cleanup-image /restorehealth
    

    Restart the computer and try again.

    1. Check user profile permissions

    Ensure that the current account has sufficient permissions:

    Open Control Panel > User Accounts > Credential Manager.

    Try to do this via the Backup Credentials link (not directly via the Settings application).

    1. Creating a new user account Test

    Temporarily create a new local administrator account and check if you can back up credentials in the new account:

    Open Settings > Accounts > Family & Other Users > Add Another User.

    Log in to the new account and try to back up the credentials.

    If you need further assistance or have any other questions, please feel free to contact me.

    Best Regards,

    Vy-Ng - MSFT | Microsoft Community Support Specialist

    Was this answer helpful?

    0 comments No comments