Skip to content
Follow
Ubuntu Linux

Enable or Disable ‘Switch User’ in Ubuntu Linux

Richard
Written by
Richard
Jan 17, 2023 Updated Sep 15, 2026 2 min read
How to Display Seconds on Ubuntu Top Menu Clock
How to Display Seconds on Ubuntu Top Menu Clock

The “Switch User” feature in Ubuntu Linux lets two or more people share a computer without closing apps or saving files. Ubuntu 22.04 LTS and newer versions turn this option on by default so you can jump between accounts right from the system menu.

Advertisement

Hiding the account switcher gives you a cleaner desktop and stops extra names from showing up if you are the only person using the PC. You can turn this setting off by editing a simple system file on your machine.

⚡ Quick Answer

To enable or disable the ‘Switch User’ option in Ubuntu, use the Terminal. Type “gsettings set org.gnome.desktop.lockdown disable-user-switching true” to hide it, or “gsettings reset org.gnome.desktop.lockdown disable-user-switching” to show it. Changes may require logging out and back in.

Advertisement

Enable or disable the ‘Switch User’ command on the system menu

To enable Switch User Ubuntu options on your system menu, you need to run a quick command in the Terminal. This controls whether users can switch accounts quickly from the top-right corner of the screen. Open the Terminal by pressing Ctrl+Alt+T, paste the configuration command, and press Enter to apply the change immediately across your desktop environment.

Ubuntu Linux activities overview Terminal search
Ubuntu Linux activities overview Terminal search

To hide the “Switch User” button, type this command and press Enter:

⚠️Warninggsettings set org.gnome.desktop.lockdown disable-user-switching true

gsettings set org.gnome.desktop.lockdown disable-user-switching true

To show the button again, run this command:

Advertisement

gsettings reset org.gnome.desktop.lockdown disable-user-switching

Enable or Disable fast switching using the Dconf Editor

You can enable Switch User Ubuntu settings visually by using the Dconf Editor app instead of the command line. This tool lets you turn fast user switching on or off with a simple toggle switch. Install the editor from the Ubuntu App Center, open it, and navigate to the relevant desktop settings to change your account switching preferences.

Acquire the app first. Find it in the Ubuntu App Center by searching for "Dconf Editor," or run this command in your Terminal:

sudo apt install dconf-editor

Advertisement
ubuntu linux decon editor install
Ubuntu Linux decon editor install

Once installed, open Dconf Editor and follow this path:

org -> gnome -> desktop -> lockdown

Find the entry called disable-user-switching. Toggle the switch to "On" to hide the feature, or "Off" to show it.

ubuntu dconf editor for fast switching
ubuntu dconf editor for fast switching
📝NoteChanges made through Dconf Editor or gsettings may not appear immediately.

Logging out of the current session and logging back in ensures the system menu reflects the updates.

Ubuntu Linux fast user switching command
Ubuntu Linux fast user switching command

How do I switch users in sudo?

How do I switch users in sudo?

  • sudo -u root: Equivalent to the standard sudo command.
  • sudo -u <username>: Runs a command as a specific user.
  • sudo su: Switches to the superuser account.
  • sudo su -: Switches to the superuser account, adopting its full environment.

Was this guide helpful?

0% of readers found this helpful (1 votes)

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

Enable Remote Desktop on Ubuntu Linux
Ubuntu Linux Enable Remote Desktop on Ubuntu Linux
How to Enable Visual Alerts on Ubuntu Linux
Ubuntu Linux How to Enable Visual Alerts on Ubuntu Linux
How to Install KDE Desktop on Ubuntu 24.04
Ubuntu Linux How to Install KDE Desktop on Ubuntu 24.04
How to Enable or Disable Animations in Ubuntu
Ubuntu Linux How to Enable or Disable Animations in Ubuntu

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *