How to reset Cura settings to default (and when you actually need to)
Three ways to reset Cura: roll back one profile, reset the visible UI, or wipe the whole config folder for a true factory state. Pick the lightest one that fixes your problem.
If Cura is behaving oddly, you usually do not need to nuke the whole install. Most of the time one profile has drifted, or a setting has been changed in a sub-menu you have forgotten about. Start small and only escalate if that fails.
There are three levels of reset, from gentle to scorched-earth:
1. Reset the current print profile back to its defaults. 2. Reset the visible settings list (custom-mode tweaks) without touching profiles. 3. Delete the Cura configuration folder so the next launch behaves like a fresh install.
Work through them in that order. The first two take seconds. The third loses every printer, material and custom profile you have ever set up, so do not jump straight to it.
What actually causes Cura to misbehave
Nine times out of ten it is one of three things. A setting got changed by accident in the right-hand panel and you cannot find it again. A material or quality profile has been overridden and the little blue dot next to the value is hiding the override. Or a plug-in or post-processing script from the marketplace is silently running on every slice.
A full reset will fix all three, but so will much smaller actions. Always check the right-hand settings panel for blue dots first. A blue dot means "this value differs from the profile default". Right-click it and choose "Reset value" and you may be done in five seconds.
Reset one profile back to its defaults
This is the right move when one specific quality profile (say, 0.2mm Standard) has drifted and the rest of Cura is fine.
1. In the top bar, click the profile name to open the profile drop-down. 2. Click "Manage Profiles". 3. Select the profile that is misbehaving. 4. Click "Update profile with current settings" if you want to keep your changes, or click "Discard current changes" to roll back to the saved profile. 5. To go further, delete the custom profile entirely and reselect the built-in one (Fine, Standard, Draft) from the top bar.
Built-in profiles cannot be deleted, only custom ones. If the rogue profile has a pencil icon next to it, it is a custom profile and you can remove it cleanly.
Reset the visible settings list
Cura lets you hide and show individual settings in the right-hand panel. If you have been following random YouTube tutorials, the panel may now show 400 settings instead of the default 40, and that alone makes Cura feel broken.
1. In the settings panel, scroll to the bottom and click the cog icon, or click the hamburger menu at the top of the panel. 2. Choose "Configure setting visibility". 3. At the top of the dialog click "Check all" if you want everything, or pick a preset like "Basic" or "Advanced" from the drop-down. 4. Close the dialog.
This does not change any values, only which ones are visible. Useful when you cannot find a setting because it has been hidden, or when the panel has become unmanageably long.
Full reset: delete the Cura configuration folder
This is the nuclear option. It wipes every printer you have added, every material profile, every custom quality profile, every plug-in setting and every cached slice. Use it when nothing else works, or when Cura will not even launch.
First, find your version number. The folder name includes it, for example 5.7 or 5.8. You can see this in Help > About Cura, but if Cura will not start, look at the desktop shortcut name.
On Windows the folder is at:
%APPDATA%\cura\<version>
Paste that path (including the percent signs) into the address bar of File Explorer and press Enter. Windows will expand it to something like C:\Users\YourName\AppData\Roaming\cura\5.8.
On macOS:
~/Library/Application Support/cura/<version>
In Finder press Cmd+Shift+G and paste that path.
On Linux:
~/.config/cura/<version>
Once you have the folder open:
1. Close Cura completely. Check the system tray on Windows or the dock on macOS to make sure it has actually quit. 2. Rename the version folder, do not delete it yet. For example rename 5.8 to 5.8.old. Renaming gives you a free undo if you discover you needed something inside. 3. Launch Cura. It will create a fresh 5.8 folder and behave like a first install: it will run the add-printer wizard. 4. Once you are happy the reset has worked, you can delete the .old folder later.
If you only want to keep your printer list but reset everything else, that is harder and not really worth it. Just write down which printers you have and re-add them after the reset. It takes a minute each.
Should you back anything up first
If the reset is to fix a problem you might just reintroduce after restoring backups, no. A clean slate is the point.
If you have spent real time tuning materials, export them first. In Cura go to Preferences > Configure Cura > Materials, select each custom material and click "Export". You get a .xml.fdm_material file you can import back in after the reset. Do the same for custom quality profiles under the Profiles section: select and click "Export".
Do not try to copy files out of the cura/<version> folder by hand. The internals change between Cura releases and a half-restored config is often worse than a full reset.
Reset on UltiMaker Cura, BambuStudio, OrcaSlicer
This article is specifically about UltiMaker Cura. The same idea applies to other slicers but the folder paths differ. BambuStudio keeps its config in %APPDATA%\BambuStudio on Windows; OrcaSlicer uses %APPDATA%\OrcaSlicer. Rename the folder, relaunch, fresh install. Same drill.
When to mail it in
We do not fix slicer problems by post, because the slicer is just software running on your computer. But if your prints are coming out badly even after a clean Cura reset, the issue is usually mechanical: a worn nozzle, an unbalanced bed, dodgy extruder tension, a partial blockage. Those we can sort out. If you have reset Cura twice, sliced a calibration cube with the default profile, and the print still looks wrong, send the printer (or the printhead, if that is all you can post) to us via our contact page and we will diagnose it properly. Tell us what you have already tried so we do not start from zero.