Skip to content
How To

How to Turn Off Distraction Free WordPress

· · 4 min read

WordPress is known for being flexible and easy to use, and one of its lesser-discussed features is Distraction-Free Writing Mode – designed to help you focus on writing by stripping away the clutter of the standard editor interface. It’s genuinely useful for some writers, but others find it gets in the way, especially if they lean on the editor’s formatting and media tools constantly. Here’s what it is, why you might want it off, and how to turn it off.

What Is Distraction-Free Writing Mode in WordPress?

Distraction-Free Writing Mode strips unnecessary elements from the screen – menus, sidebars, toolbars – while you’re actively typing, aiming for a clean, minimal environment where you can focus on the writing itself.

While you’re typing, most of the editor interface disappears. As soon as you stop typing or move the mouse, the editor’s options reappear.

It’s a genuinely useful feature for writers who want fewer distractions, but it can slow down anyone who needs frequent access to formatting options, media upload buttons, or other editor tools.

Also Read: What’s a Bold New Font Style Used in WordPress?

Why Disable Distraction-Free Writing Mode?

A few reasons users prefer to turn it off:

  1. Frequent Use of Editing Tools: If you’re constantly switching between typing and formatting (bold, italics, headings), distraction-free mode slows you down since the toolbar keeps disappearing.
  2. Need for Media Access: Inserting images or videos usually means quick access to the toolbar or side menus. Distraction-free mode hides these, forcing a pause to bring them back.
  3. Working with Plugins and Widgets: Many plugins add options to the editor toolbar. Distraction-free mode can hide immediate access to these, which affects workflow.
  4. Preference for Full Control: Some users simply prefer having every option visible at all times.

How to Disable Distraction-Free Writing Mode in WordPress

Turning it off is quick – just a few steps.

Step 1: Open the WordPress Editor

Log in to your WordPress site and open a post or page you want to edit. This brings up the block editor (Gutenberg) or the classic editor, depending on which your site uses.

Step 2: Look for the Editor Settings

In the top-right corner, you’ll find the Settings icon (three vertical dots) in both the classic and Gutenberg editors – this is where you access options related to the editor’s layout and features.

Step 3: Access the Distraction-Free Writing Mode Setting

Click the Settings icon and a dropdown appears. Look for the Distraction-Free option – it may be labeled slightly differently depending on your WordPress version, but it’s usually under something like Editor Options or Preferences.

In the Gutenberg editor specifically, you’ll find it under Preferences > Appearance > Distraction-Free Mode.

Step 4: Toggle the Setting

Toggle off Distraction-Free Writing Mode. Once disabled, all menus, toolbars, and other editing features stay visible while you type.

In the classic editor, this may appear as a button you click to toggle the mode – make sure it’s turned off so the full editor interface stays visible.

Alternative Methods to Disable Distraction-Free Writing Mode

If you’re running a customized WordPress setup or have plugins that hide the default options, you might prefer one of these alternatives.

1. Disabling via Code (for Developers)

If you’re comfortable adding custom code, you can permanently disable distraction-free mode with a small snippet in your theme’s functions.php file:

  1. Navigate to the WordPress Theme Editor from your dashboard.
  2. Open your theme’s functions.php file.
  3. Add the following code:
    add_filter('wp_use_editor_fullscreen', '__return_false');

This prevents distraction-free mode from activating when you edit posts or pages.

2. Using a Plugin

If you’d rather not touch code, a plugin can give you more control over the editor’s behavior. The Classic Editor plugin lets you disable Gutenberg entirely, giving you the older, non-distraction-free editor instead.

To disable distraction-free mode this way:

  1. Install and activate the Classic Editor plugin from the WordPress plugin repository.
  2. Go to Settings > Writing in your dashboard.
  3. Under Editor settings, choose to disable distraction-free mode.

This reverts the editor to its previous version, without the distraction-free feature.

Also Read: How to Restore WordPress Category

Benefits of Turning Off Distraction-Free Writing Mode

Distraction-free mode helps some writers focus, but turning it off has real upsides too:

  • Increased Efficiency: Having the toolbar and editing options visible at all times speeds up your workflow, especially if you use formatting tools or media often.
  • Better Control: Without distraction-free mode, you get more immediate control over your content’s layout and design.
  • More Functionality: If you rely on plugins that add features to the toolbar, disabling distraction-free mode keeps them within reach at all times.

Writing on Your Own Terms

Distraction-Free Writing Mode is a genuinely useful feature for some writers, but it’s not one-size-fits-all. Plenty of people find that having the full set of editing tools visible improves their writing and editing efficiency, and WordPress gives you the flexibility to turn it off in just a few clicks.

Whether you’re a blogger, a business owner, or a developer, knowing how to control your editor’s settings makes for a smoother workflow and a better writing experience overall.

Interesting Reads:

How to Set Up Venmo Button on WordPress

Should You Remove Polyfill from WordPress?

Do Hackers Mine WordPress for Admin Email Addresses?