Valorant Cleanerbat -

Right-click the .bat file → Run as administrator. Why? User folders (AppData) and ProgramData require elevated permissions to delete system-protected cache.

| Tool | Kernel-Level Clean | Registry Clean | Safe for Beginners | Speed | | :--- | :--- | :--- | :--- | :--- | | Valorant Cleanerbat | ✅ Yes (Deletes vgk.sys) | ✅ Full | ❌ No (Risky) | Fast (1 min) | | Revo Uninstaller | ❌ No (Leftovers remain) | ✅ Aggressive | ✅ Yes | Moderate | | BCUninstaller | ❌ No | ✅ Moderate | ✅ Yes | Slow | | Windows Add/Remove | ❌ No | ❌ No | ✅ Yes | Fast (But useless) |

Verdict: For Vanguard errors, only Cleanerbat works. For simple uninstallations, use Revo.


If you don’t trust pre-made scripts, write your own in 5 minutes. Open Notepad and paste the following code (valid for 2024-2025 Valorant installations):

@echo off
title Valorant CleanerBat - Manual Cleaner
echo Closing Valorant processes...
taskkill /f /im VALORANT.exe 2>nul
taskkill /f /im RiotClientServices.exe 2>nul

echo Cleaning Valorant logs... del /f /s /q "%localappdata%\VALORANT\Saved\Logs*." del /f /s /q "%localappdata%\VALORANT\Saved\Crashes*." valorant cleanerbat

echo Cleaning Vanguard logs... del /f /s /q "%ProgramData%\Riot Games\Vanguard\Logs*.*"

echo Cleaning DirectX shader cache... del /f /s /q "%localappdata%\D3DSCache*." del /f /s /q "%localappdata%\NVIDIA\DXCache*." 2>nul del /f /s /q "%localappdata%\AMD\DXCache*.*" 2>nul

echo Deleting corrupted configuration temp... del /f /q "%localappdata%\VALORANT\Saved\Config\Windows*.tmp"

echo Cleaning Windows temp files... del /f /s /q "%temp%*." del /f /s /q "%windir%\temp*." Right-click the

echo Valorant CleanerBat finished! Reboot now. pause

Save this as ValorantCleaner.bat (ensure the extension is .bat, not .txt). Run as Administrator.

"Cleanerbat" is not an official software release but rather a generic term for cleaner batch scripts created by community members. These scripts are designed to automate the deletion of temporary Windows files, cache data, and logs to free up RAM and CPU resources. If you don’t trust pre-made scripts, write your

While the intention is usually to improve FPS or fix game crashes, using random scripts found on the internet poses significant security risks and can sometimes trigger Valorant's anti-cheat system (Vanguard).

You shouldn’t run the CleanerBat daily (it resets your agent highlight intros and video settings). Once a week or after every Valorant patch is optimal. To automate:

Now, every Sunday, your PC will automatically clean Valorant’s junk while you sleep.