Share via

Microsoft Gameinput keeps crashing

Mohammed Jaafar 35 Reputation points
2026-03-21T14:01:05.66+00:00

For that couple of days whenever I boot into windows I get the error Gameinput has stopped working

I've tried many things to try and fix it

uninstalling it

deleting the folder and GameInputSvc.exe

and well as any registry entries recommended

and uninstalling and reinstalling Game services

but even after all that, I still get the error

I even did DISM and Scannow

and still the error stays

and now for some reason the Microsoft Gameinput isn't installing when I reinstall Microsoft Game Services

Screenshot 2026-03-21 120757

Screenshot 2026-03-21 133807

Screenshot 2026-03-21 133843

Screenshot 2026-03-21 133902

Screenshot 2026-03-21 134030

5831158

Windows for home | Windows 11 | Apps
0 comments No comments

3 answers

Sort by: Most helpful
  1. Carl-L 14,505 Reputation points Microsoft External Staff Moderator
    2026-03-26T09:50:52.76+00:00

    Hello Mohammed Jaafar,

    Welcome to Microsoft Q&A forum.

    May I know if you have had the chance to check out the previous suggestions yet? If you did, may I know how it goes

    Disclaimer: IF those doesn't work. Let’s try performing an in-place install or in-place upgrade which will refresh your Windows files and operating system without removing files or applications. That being said, we always recommend that if you have important data, you should back it up before making large system changes. If you want to back up your data first, please do so. Once you are done backing up, you can follow the steps in the following guides:

    How to run In-place upgrade in Windows 11 - Microsoft Community


    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.

    Was this answer helpful?


  2. doomguy 0 Reputation points
    2026-03-22T08:41:25.1333333+00:00

    Okay, so up until this morning, I had the exact same issue, but it looks like I fixed it.

    I manually stopped the windows-service GameInput Redist Service and manually deleted the folder "c:\Program Files\Microsoft GameInput" using admin rights.

    After I restarted my PC at least the error message would not pop up anymore.

    Then I went here: https://support.xbox.com/en-us/help/games-apps/troubleshooting/gaming-services-repair-tool

    I was looking to download the Gaming Services Repair Tool for PC

    But ultimately I just started the Xbox-App and let it update.

    That seems to have fixed the issue.

    Go on and try your luck if it works out for you as well.

    Was this answer helpful?

    0 comments No comments

  3. AI answer

    2026-03-21T14:01:22.6266667+00:00

    The behavior indicates a corrupted or incomplete Gaming Services/GameInput component. The supported remediation in the provided context is to fully remove and then reinstall Gaming Services, or repair Windows so the component can be reinstalled correctly.

    Follow these steps in order:

    1. Remove Gaming Services completely
      1. Open Notepad.
      2. Paste this PowerShell script:
              Get-AppxPackage *gamingservices* -allusers | remove-appxpackage -allusers
              
              Remove-Item -Path "HKLM:\System\CurrentControlSet\Services\GamingServices" -recurse
              
              Remove-Item -Path "HKLM:\System\CurrentControlSet\Services\GamingServicesNet" -recurse
        
      3. Save the file as RepairGamingServices.ps1 and set Save as type to All Files (.).
      4. Right‑click the script and select Run as administrator.
      5. Restart Windows.
    2. Reinstall Gaming Services
      1. After restart, open the Xbox app.
      2. A blue banner should appear stating that Gaming Services is required and needs to be installed.
      3. Select Install to reinstall Gaming Services.
      4. When installation completes, reboot once more and check whether the GameInput crash on startup is gone.
    3. Make sure Windows is fully updated
      1. Open Settings → Windows Update.
      2. Check for updates and install all important/required updates.
      3. Restart if prompted and test again.

    If Gaming Services/GameInput still fails to install or continues to crash after these steps, the remaining supported option in the context is to repair or reinstall the current Windows build so the system components (including Gaming Services and GameInput) are restored correctly.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    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.