How to Restart Ubuntu Linux: A Complete Guide
Restarting Ubuntu Linux involves shutting down and then immediately starting the operating system again. This action closes all running programs and clears the system’s temporary memory, which can fix minor glitches or apply updates.
You can restart Ubuntu from either the command line or the desktop interface. For instance, typing sudo reboot in the terminal command line requires administrator permissions to execute and immediately restarts your system.
On the desktop, a simple restart is possible by clicking the system status area in the top-right corner of your screen. From there, select the power icon, and then choose the “Restart” option from the menu that appears.
Restart Ubuntu Linux using the system menu by clicking the top-right status area, selecting the power icon, and choosing “Restart.” Alternatively, open a terminal and type `sudo reboot` or `sudo shutdown -r now`.
How to restart Ubuntu Linux from the system menu
The system menu on your desktop offers a quick way to restart.
To restart in Ubuntu Linux, click the top-right of the system menu, then choose Power Off / Log Out to expand the context menu.

Select ‘Restart’ from the expanded menu, and then click the ‘Restart’ button.


Restart Ubuntu Linux from the command line
If you prefer the Ubuntu Linux command line, open it by pressing Ctrl+Alt+T on your keyboard and run the commands below to restart your PC.
sudo shutdown -r now
You can also schedule a restart using the 24-hour format with the shutdown command, like this example: restart at 5:00 PM
sudo shutdown -r 17:00
The command line also allows specifying a wait time before shutdown, for instance, to restart in 15 minutes. Use the command options below:
sudo shutdown -r +15
Restart Ubuntu Linux using the PC Power button
When the usual system menu options aren’t available for restarting Ubuntu Linux, the physical power button on your PC can be used.
Choose the restart method that best suits your needs. It’s generally best to avoid using the power button for routine restarts.
Conclusion:
- There are multiple ways to restart a PC running Ubuntu Linux, including the system menu, the command line, and the power button.
- The system menu provides a standard and common method to restart Ubuntu Linux, accessible from the top-right corner of the top bar.
- Using the command line allows for more precise control, including scheduling restarts at specific times or with a specified wait time.
- As a last resort, holding the power button for up to 20 seconds is also an option to shut down and restart the PC.
- It’s important to choose a restart method that works best for individual situations, and to avoid using the power button as the primary restart method.
How do I restart my Ubuntu system?
Click the power button, then select ‘Restart’. A prompt will appear; click ‘Restart’ again. This completes the restart process for your Ubuntu system.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!