What happens when you restore the WordPress dashboard to defaults
Restoring your WordPress dashboard to default settings removes all the customizations you or a plugin have made to how it looks and behaves — but it does not touch your posts, pages, or any content on your site. When you reset the dashboard, WordPress clears the layout changes, hidden panels, and widget positions you've adjusted, returning everything to the state it was in when you first installed WordPress.
This is useful when plugins have cluttered your dashboard with unnecessary boxes, when you've hidden panels you now need back, or when the dashboard layout has become so customized that it's harder to work with than the original. The reset affects only your user account, not other administrators or editors on the same site.
Key Takeaways
- Restoring defaults clears dashboard layout changes and hidden panels but leaves all your site content, posts, and pages untouched.
- The simplest method is to click "Screen Options" in the top right of your dashboard and select "Reset" at the bottom of that panel.
- If you cannot find the reset option, your WordPress version may be older or a plugin may be blocking it — in that case, you can delete the user metadata directly through phpMyAdmin.
- After resetting, all dashboard widgets return to their original positions and any hidden panels become visible again.
Using Screen Options to reset your dashboard layout
The fastest way to restore defaults is through the Screen Options panel, which WordPress includes in every dashboard page. Look in the top right corner of your WordPress dashboard — you'll see a tab labeled "Screen Options" next to "Help". Click it to open a dropdown panel.
At the bottom of the Screen Options panel, you'll see a button labeled "Reset". Click this button and WordPress will when ready restore your dashboard to its default layout. All panels that were hidden will reappear, all widgets will return to their original positions, and any custom arrangements you made will be cleared.
This method works in WordPress 3.8 and newer. If you don't see a "Reset" button in your Screen Options panel, your WordPress installation may be running an older version, or a plugin may have removed this feature.
Clearing dashboard customizations through the database
If the Screen Options reset button is not available, you can restore defaults by removing the dashboard settings directly from your WordPress database using phpMyAdmin. This method requires access to your hosting control panel and is more technical, but it works on any WordPress version.
Log into phpMyAdmin through your hosting provider's control panel. Find your WordPress database in the left sidebar and click it to open it. Look for a table named wp_usermeta (or yourprefix_usermeta if your database uses a custom prefix). Click this table to view its contents.
In the wp_usermeta table, search for rows where the meta_key column contains "dashboard" or "metaboxes". These rows store your dashboard layout settings. Select these rows and delete them. WordPress will automatically recreate them with default values the next time you log in.
What gets reset and what stays the same
When you restore your dashboard to defaults, WordPress resets only the visual layout and visibility of dashboard panels. Your site's actual content — all posts, pages, comments, and media — remains exactly as it was. User accounts, permissions, and settings for other administrators are not affected.
Plugins that add their own dashboard widgets will have those widgets return to their default positions and visibility. However, the plugin settings themselves are not changed — only where and how the widgets appear on your dashboard. If a plugin added a dashboard widget that you want to remove permanently, you'll need to deactivate or uninstall the plugin itself, not just reset the dashboard.
When to reset versus when to hide individual panels
Before you reset your entire dashboard, consider whether you actually need to. If only one or two panels are in the wrong place or one plugin's widget is taking up too much space, you can rearrange individual panels by dragging them, or hide specific ones through Screen Options without resetting everything.
Open Screen Options and look for checkboxes next to each dashboard panel. Unchecked boxes mean that panel is hidden. You can hide individual panels without affecting the rest of your layout. This is faster than a full reset if you only need to make small changes.
Troubleshooting a dashboard that won't reset
If you click the reset button and nothing changes, a plugin may be preventing the reset or overriding your dashboard layout. Try deactivating all plugins temporarily, then reset your dashboard. If the reset works after deactivating plugins, reactivate them one at a time to find which one is causing the problem.
Another cause is insufficient permissions. Make sure you are logged in as an administrator — editors and contributors cannot reset the dashboard. If you're an administrator and the reset button still doesn't work, check with your hosting provider to confirm that your WordPress installation has not been modified or that file permissions are not blocking the action.
Frequently Asked Questions
Will resetting my dashboard delete my posts or pages?
No. Resetting the dashboard only changes how the dashboard looks and which panels are visible. All your posts, pages, comments, media, and site content remain untouched. Only the layout of the WordPress admin interface is affected.
Can I undo a dashboard reset?
Not directly. WordPress does not keep a backup of your previous dashboard layout. If you reset and then realize you want your old layout back, you would need to manually rearrange the panels again or remember which ones you had hidden. If you're unsure, take a screenshot of your current dashboard before resetting.
Does resetting the dashboard affect other users on my site?
No. Each user account has its own dashboard layout settings. When you reset your dashboard, it only affects your account. Other administrators, editors, and contributors will see their own customized layouts unchanged.
What if I reset my dashboard and a plugin's widget disappeared?
The widget is still there — it's just hidden or moved to the bottom of the dashboard. Open Screen Options and check the boxes next to the plugin's widgets to make them visible again. If the widget doesn't appear in Screen Options at all, the plugin may need to be reactivated or updated.
Can I reset just one dashboard page instead of the whole dashboard?
Yes. The reset button in Screen Options only affects the current page you're viewing. If you're on the main dashboard and click reset, only the main dashboard resets. If you're on the Posts page and click reset, only that page resets. You can reset each admin page individually.