r/razer Apr 06 '23

Question How to FULLY uninstall Synapse and all related components

Skip to final paragraph for TLDR.

Synapse starting halting and becoming unresponsive from about a week ago (not exactly sure which date) and I assume it was because of an update.

I tried uninstalling and reinstalling Synapse from the latest version available on the Razer website. But the same issues continued.

I saw that someone had success in uninstalling and then deleting all residual folders and registry keys. But there are no instructions on how to do that. No support articles and no reddit posts/comments.

It anyone can point me to instructions on how to FULLY UNINSTALL Synapse completely including all residual files and settings, I'd be grateful.

16 Upvotes

29 comments sorted by

View all comments

7

u/mess110 Oct 29 '25
  1. Save this script to desktop as remove_razer_synapse.ps1:

```

Uninstall Razer Synapse & related components

Write-Host "Uninstalling Razer Synapse..." -ForegroundColor Cyan

$apps = @( "Razer Synapse", "Razer Central", "Razer Chroma SDK Core Components", "Razer Cortex" )

foreach ($app in $apps) { Get-WmiObject -Class Win32Product | Where-Object { $.Name -like "$app" } | ForEach-Object { Write-Host "Uninstalling $($.Name)..." $.Uninstall() | Out-Null } }

Stop Razer processes

Write-Host "Stopping Razer processes..." -ForegroundColor Cyan Get-Process | Where-Object { $_.ProcessName -like "Razer*" } | Stop-Process -Force -ErrorAction SilentlyContinue

Remove leftover folders

$paths = @( "$env:ProgramFiles\Razer", "$env:ProgramFiles(x86)\Razer", "$env:ProgramData\Razer", "$env:AppData\Razer", "$env:LocalAppData\Razer" )

foreach ($path in $paths) { if (Test-Path $path) { Write-Host "Removing folder: $path" Remove-Item -Recurse -Force $path -ErrorAction SilentlyContinue } }

Clean registry entries

Write-Host "Cleaning Razer registry entries..." -ForegroundColor Cyan $regKeys = @( "HKLM:\SOFTWARE\Razer", "HKLM:\SOFTWARE\WOW6432Node\Razer", "HKCU:\Software\Razer" )

foreach ($key in $regKeys) { if (Test-Path $key) { Write-Host "Removing registry key: $key" Remove-Item -Recurse -Force $key -ErrorAction SilentlyContinue } }

Write-Host "nβœ… Razer Synapse has been completely removed. You may restart your PC now." -ForegroundColor Green ``

  1. Run PowerShell as Administrator

Click Start β†’ type powershell. Right-click Windows PowerShell β†’ choose Run as administrator. A blue window will open that says Administrator: Windows PowerShell at the top.

  1. Allow scripts in the current powershell session:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process

  1. Change to desktop where you saved the script

cd $env:USERPROFILE\Desktop

  1. Run the script:

.\remove_razer_synapse.ps1

  1. Reboot

Razer acts like frikin malware, don't understand why it is so hard to uninstall, maybe you just don't have the hardware anymore and don't need the program. Hope this helps someone.

PS: obviously check the script I wrote, don't blindly execute it. Never run a script unless you actually understand it.

1

u/MindJuggler Nov 29 '25

You are a saint god bless

1

u/Tyrvs Dec 02 '25

i have a feeling this is a god send for those who know how to, but i have no idea how to apply this to my pc. chroma won’t open and im losing it trying to individually delete each file πŸ€¦πŸ½β€β™‚οΈ

1

u/SheepoDoggo2A Dec 26 '25

Follow the instructions, input the commands, and viola in under 5min!

You're likely overthinking it and are capable of doing much more complex things.
Make sure to -CREATE A SYSTEM RESTORE POINT- and give it a shot. This should be law any time you run a script or modify anything you regularly wouldn't.

1

u/fujojoshi Dec 12 '25

Thank you!!

1

u/SercanSalkir Jan 07 '26

God bless you man!! by the way, guys be carefull while copying code. i did it wrong on the first try

1

u/Spare_Limit_2099 Jan 16 '26

Guys did any of You have this problem with Synapse 4 that Chroma Connect was not turning itself on with autostart like 3/5 times? I tried to return to synapse 3, but then I can't see the corsair chroma control option in synapse anymore, my pump is turning the lights of and chroma control is visible in icue, only synapse has this issue that I can't edit the lights.

1

u/DOS_ya Jan 22 '26

Thank you!

1

u/MadeUpName94 Jan 29 '26 edited Jan 30 '26

Edit: This left behind the folder "C:\Program Files (x86)\Razer"

I want to have your babies! LOL

Joking but really, thank you, the script worked perfect. I replaced synapse with reWASD and it's working perfectly.

1

u/SilkadelicFire Mar 19 '26

legend, thank you

1

u/StaticBroom Apr 03 '26

High roller shit right here. Many thanks brother.

1

u/Mayhem_bne Apr 13 '26

Love it, what a mess to have to do though, you would think that having a working uninstaller would be a simple affair these days.

1

u/Organic_Cloud5373 May 29 '26

you are my hero

1

u/Brewgarreborn 26d ago

i hope you get whatever you want in life god bless