Error rescue

WordPress Admin Bar Missing: How to Get It Back (2026)

By Ali Yasin Jatoi 3 min readUpdated July 2, 2026
Reviewed by Ali Yasin Jatoi, Founder & Lead Engineer· Updated July 2, 2026

Quick answer

If the WordPress admin bar disappeared from the front end: (1) check Users → Your Profile → "Show Toolbar when viewing site" is enabled, (2) confirm your theme calls wp_footer() in footer.php, (3) deactivate plugins that hide the toolbar (Perfmatters, Toolbar Publisher, some security plugins), (4) hard-refresh the browser to clear cached CSS hiding it.

Fix #1 — Toolbar toggle in your profile

In wp-admin: Users → Your Profile. Scroll to "Toolbar" and confirm "Show Toolbar when viewing site" is checked. Save.

Every user has this setting individually. If you unchecked it or a plugin disabled it, the admin bar disappears for that user only.

Fix #3 — Plugin conflict

Perfmatters, Toolbar Publisher, some security plugins, and cache plugins have "disable admin bar" toggles. Search plugin settings for "admin bar" or "toolbar" and disable any option hiding it.

If unsure which plugin: deactivate all non-essential plugins, check if the bar returns, then reactivate them one at a time.

Fix #4 — CSS hiding it (aggressive cache)

Sometimes cache plugins minify CSS and cache aggressive rules like #wpadminbar { display: none; }. Hard-refresh the browser (Cmd/Ctrl+Shift+R) and clear all caches (plugin cache, Cloudflare, host cache).

When to call for help

Missing admin bar is usually a 5-minute fix. If it persists after checking profile, theme, plugins, and cache — worth having someone audit for a stealthy customization in functions.php or a rogue mu-plugin.

Common questions

Why is the WordPress admin bar not showing?+

Check Users → Your Profile → "Show Toolbar when viewing site" is enabled. If it is, confirm your theme's footer.php calls wp_footer(). If both are correct, deactivate plugins with "disable admin bar" toggles (Perfmatters, Toolbar Publisher, some security plugins) and hard-refresh the browser.

How do I re-enable the WordPress admin bar for all users?+

Add this to your theme's functions.php or a code-snippets plugin: add_filter('show_admin_bar', '__return_true'); — this forces the bar on for every logged-in user across the front end.

Why is the admin bar missing only on some pages?+

That specific page template is skipping wp_footer(). Common with landing-page templates or page-builder pages that use a blank template. Add <?php wp_footer(); ?> before </body> in the template, or switch the page to the default template.

Can a caching plugin hide the admin bar?+

Yes. Aggressive CSS minification can cache #wpadminbar { display: none; } from a plugin or theme. Purge all caches and hard-refresh. If that fixes it, exclude admin-bar CSS from minification in your cache plugin's settings.

Want help with this?

The pages below go deeper, by service and by city.

Want this handled for you?

Book a call and we will review your site before recommending anything.

Call Book a call