How To Boot To BIOS On Dell
A well-known conventional method to boot into BIOS is by using the dedicated function key during the device startup. The downside of this method is that the function key isn’t the same for every Dell device and users only get seconds of time to press the key. For the other methods, users need to boot into the operating system.
From the Initial Display Screen
The most convenient method of entering into the BIOS on Dell devices is from the Initial Display Screen. When the computer is powered on and the manufacturer logo is displayed, you can press specific keys and enter the BIOS.
On Dell devices, follow these steps to access the BIOS.
- Press the Power button to start the computer. If it is already powered on, restart it.
- When you see the manufacturer’s name and logo, press the F2 key. If asked, enter the password.
The key you have to press to enter in order to enter the BIOS may differ according to the model you own. Here is the list of Dell models, along with their respective BIOS access function keys.
Device Model | Function Keys to Access BIOS |
Inspiron, Latitude | F2 |
Optiplex, Dimension | Del |
Dell400 | F3 or F1 |
Dell4400 | F12 |
Older Dell Computers | Ctrl + Alt + Enter |
From the Recovery Environment
This method will only work if the BIOS mode is UEFI. In the case of Legacy BIOS, you have to use the first method to access it. Here are the steps you need to check the BIOS mode on your Windows Device.
- Press Windows Key + R to open Run.
- Type
msinfo32
and hit enter to launch the System Information window. - Search for the BIOS mode details in the System Summary.
- Check if it is UEFI or Legacy.
Access the UEFI BIOS through the Recovery Environment using these steps.
- Go to the Power options from the start menu.
- Click on the Restart button while holding down the Shift key.
- The computer restarts and boots into the Advanced Recovery Environment.
- Go to Troubleshoot > Advanced Options > UEFI Firmware Settings.
- Click on Restart.
- Finally, the system will restart and enter the BIOS.
You can refer to our other article to get into the Windows recovery environment and access the advanced options.
From the Command Prompt
It is not possible to directly open the BIOS using the Command Prompt. However, you can start up in the Recovery environment using a command line and then navigate to the BIOS.
- Press Ctrl + X and click on Windows Terminal (Admin).
- Click on Yes to run the Command Prompt with elevated privileges.
- Now, enter this command line and hit Enter.
shutdown.exe /r /o
- Your device will now restart and enter the Recovery Environment.
- Choose the Troubleshoot option.
- Then go to Advanced Options > UEFI Firmware Settings, and click on Restart.
- You will now get booted to the BIOS (UEFI).
- Additionally, If you want to extract some information without booting into the BIOS on your dell computer, you can do it using Windows PowerShell.
- Press Windows key + R to open Run.
- Type
powershell
and press Ctrl + Shift + Enter. - Now, type this syntax and hit enter.
Get-WmiObject -Class Win32_BIOS | Format-List *
- You will get the BIOS details like version, product serial number, and other different information.
From the Shortcut
You can create a shortcut for the recovery environment and access the BIOS from it very easily.
- Right-click on the desktop.
- Go to New > Shortcut.
- Paste this under the location field in the Create Shortcut window and click on Next.
shutdown /r /o /f /t 00
- Give a name for the shortcut and click on Finish. This will create a shortcut on your desktop.
- Open the shortcut file to boot into the Recovery Environment.