If you’re a music producer, you know the dread of a plugin installer throwing an obscure error. One of the more frustrating ones appears during the installation of SoundToys 5 on Windows:
“Cannot create SoundToys version root folder at SoundToys 5.”
This error halts the installation immediately, preventing you from using iconic plugins like EchoBoy, Decapitator, or Crystallizer. Below is a comprehensive breakdown of why this happens and exactly how to fix it.
The Windows User Account Control (UAC) often blocks installers from writing to the C:\Program Files directory unless explicitly authorized.
Soundtoys 5 Installer.exe).Win + R, type regedit, press Enter.HKEY_LOCAL_MACHINE\SOFTWARE\SoundToysHKEY_CURRENT_USER\SOFTWARE\SoundToys.If your Program Files directory is corrupted or heavily restricted, try installing to a different location.
C:\VST Plugins or C:\Soundtoys.Soundtoys\Soundtoys 5 folder in Program Files?Fixing the "Cannot Create Soundtoys Version Root Folder" Error in Soundtoys 5
Soundtoys 5 is a staple in modern music production, but few things kill a creative flow faster than a technical roadblock. One of the most frustrating issues users encounter is the error message: "Cannot create Soundtoys version root folder."
This error typically triggers during the initial launch or when the plugin tries to verify its license. It effectively prevents the software from accessing its own internal settings and presets. Fortunately, this is usually a permissions or directory issue rather than a broken installation. Understanding the Root Cause
The "Version Root Folder" is a specific directory where Soundtoys stores user data, preferences, and licensing information. On Windows, this is usually located in C:\Users\Public\Documents\Soundtoys.
When this error appears, it means the Soundtoys installer or the plugin itself lacks the administrative privileges to create that folder, or the existing folder has become "read-only." Step-by-Step Solutions 1. Run as Administrator cannot create soundtoys version root folder at soundtoys 5
The simplest fix is often granting the software higher privileges. Close your DAW completely.
Right-click your DAW icon (e.g., Ableton, FL Studio, Pro Tools). Select Run as Administrator.
Rescan your plugins. If the error persists, move to the manual folder fix. 2. Manually Create the Directory
If the software can’t create the folder, you can do it for it. Navigate to C:\Users\Public\Documents. Check if a folder named Soundtoys exists.
If it doesn't, create a new folder and name it exactly Soundtoys.
Inside that folder, create another folder named Soundtoys 5. Restart your computer and try launching the plugin again. 3. Check Folder Permissions
Sometimes the folder exists, but Windows has restricted access to it. Right-click the Soundtoys folder in Public Documents. Select Properties > Security tab.
Click Edit and ensure "Everyone" or your specific User profile has Full Control checked. Click Apply and okay your way out. 4. Disable Antivirus or Cloud Sync
Aggressive antivirus software or cloud storage services like OneDrive and Dropbox can "lock" folders in the Documents directory to sync them. Temporarily disable your Antivirus. Fixing the "Cannot Create SoundToys Version Root Folder
Ensure your Public Documents folder isn't being synced to OneDrive. If it is, "Unlink" that folder or move it to a local-only drive. Final Troubleshooting: The Clean Reinstall
If the steps above fail, a corrupted registry entry might be the culprit. Uninstall Soundtoys 5 via the Control Panel.
Delete any remaining Soundtoys folders in C:\Users\Public\Documents and C:\Program Files\Soundtoys.
Download the latest installer directly from your Soundtoys account (don't use an old installer).
Reinstall using the "Run as Administrator" option on the .exe file.
🚀 Still stuck? Check if your iLok License Manager is up to date, as Soundtoys relies heavily on iLok connectivity to validate that root folder!
Are you seeing this error on a Mac or a Windows machine, and which DAW are you currently using?
Title: "Cannot create Soundtoys version root folder" – A Fixable HeadacheRating: ★★★★☆
I ran into the frustrating "cannot create soundtoys version root folder at soundtoys 5" error while installing the Soundtoys 5 bundle. If you’re seeing this, don’t panic—it’s usually a permission or file path issue rather than a broken installer. The Fix: “Cannot create SoundToys version root folder at SoundToys
Run as Administrator: For Windows users, right-click the installer and select "Run as Administrator." The installer often lacks the necessary permissions to create the root folder in your C:\Users\Public\Documents directory.
Check Your Temp Folder: If you’ve moved your Windows Temp folder to a secondary drive to save space, the installer might fail. Temporarily resetting it to the default location (C:\Users\[Username]\AppData\Local\Temp) often resolves the "root folder" error immediately.
Manual Folder Creation: In some cases, manually creating the directory at C:\Users\Public\Public Documents\Soundtoys\Soundtoys 5 (Windows) or /Users/Shared/Soundtoys/Soundtoys 5 (Mac) before running the installer can bypass the block.
Clean Install: If you're upgrading, use the Soundtoys utility to fully remove older versions first, as "phantom" directories from previous installs can cause conflicts.
Once it's up and running, the plugins are world-class. It’s just a shame the installer hasn't been updated to handle these common system configurations more gracefully. Soundtoys FAQ - Sweetwater
PC preset folder: C:\Users\Public\Public Documents\Soundtoys\Soundtoys 5. Mac preset folder: /Users/Shared/Soundtoys/Soundtoys 5. Sweetwater
Soundtoys V5 Preset location, presets not saving and hardlinks
Use these commands in an elevated Command Prompt:
Win + X and select Terminal (Admin) or Command Prompt (Admin).takeown /f "C:\Program Files\SoundToys\SoundToys 5" /r /d y
icacls "C:\Program Files\SoundToys\SoundToys 5" /grant administrators:F /t
rmdir /s /q "C:\Program Files\SoundToys\SoundToys 5"
Win + R → msconfig → Selective startup → uncheck "Load startup items".