Products
Dell provides technology solutions, services & support. Buy Laptops, Touch Screen PCs, Desktops, Servers, Storage, Monitors, Gaming & Accessories
Support Home
Get support for your Dell product with free diagnostic tests, drivers, downloads, how-to articles, videos, FAQs and community forums. Or speak with a Dell technical expert by phone or chat.
Drivers & Downloads
Select a product or enter your Service Tag to view related Dell drivers and driver updates.
Manuals & Documentation
Select a product or enter your Service Tag to view related Dell manuals and documents.
🌐
Dell
dell.com › support › kbdoc › en-us › 000177325 › dell-command-update
Dell Command | Update | Dell US
1 month ago - Download Dell Command Update and read release notes and specifications.
Discussions

SCCM - Good News! -- Dell Command | Update 4.9 - Task Sequence OS Deployment Firmware Updates Work!
Thanks for sharing this... IMO if Dell spent more time making sure SysAdmins were set up for success within modern management tools (i.e. Intune/SCCM) rather than marketing their Command Suite they might be more favorable compared to HP/Lenovo. Even little weird things like flash64 randomly not working (or being deprecated without warning), online documentation rabbit holes, being able to sideload their module from temp without it being installed, the list goes on. When I look at the Command Suite compared to HPCMSL, Dell may have a pretty website but I don't even think it's close when it comes to real-world usage. One can dream though... More on reddit.com
🌐 r/SCCM
28
52
May 11, 2023
Dell Command Update 4.6 - the holy grail
Thanks for letting us know. I noticed the new version number but hadn't gone and looked at the change notes yet. Definitely will now! Link to save others' time: https://www.dell.com/support/manuals/en-us/command-update/dellcommandupdate_ug/what%E2%80%99s-new-in-dell-command-%7C-update-version-4.6?guid=guid-f8705b0c-3c35-48b9-975b-dd50437d7874&lang=en-us Added support to provide updates for Camera subsystem. Added capability to pause Dell Command | Update activity when there is a Windows Update running. Scheduled reboot time is configured to five minutes for manual updates that require reboot when reboot consent check box is set. Enhanced file handling security measures. Added capability to schedule daily updates at selected time of the day. Added capability to schedule monthly updates on selected week and day of the month. Added support to disable notifications. Added capability to display Update Events, Penetration Rate, and Non-Compliance List through CIM provider class. Added capability to reattempt failed updates after system reboot. Improved defer updates capability with options to defer installation up to ninety-nine hours. Added support to defer system restart from one to ninety-nine hours after installations requiring reboot. InvColPC.exe is not bundled with Dell Command | Update package as a security enhancement. More on reddit.com
🌐 r/sysadmin
102
495
September 17, 2022
Dell Command Update 4.8 non-Universal App version available
Omg yes Also simultaneously, omg f-you, Dell! I spent so much time reworking my sequences because of this, and now you undermine me?!?! More on reddit.com
🌐 r/SCCM
31
30
February 24, 2023
Dell Command | Update 5.5 issues
Yeah, true.. something is broken. This version cant even be installed on an new installed Windows 11 Enterprise. In the manual it says be sure to use .NET 4.8 but in the download page it says .NET 8.x or newer, I've been downloaded the .Net 9 still doesnt work.. I am using the Silent switches/command when installing because its enterprise enviroment.. with both /passthrough /i /s /v"/qn" and/or with /s. but we still got errors in our logfiles. Get DEP_HARD_ERROR in log wich means dependency of some sort.. weird.. (Its not the first time Dell has broken DCU) We have to go back to version 5.4. More on reddit.com
🌐 r/Intune
47
16
April 8, 2025
🌐
Manuals+
manuals.plus › home › dell › dell command | update version 4.x reference guide
Dell Command | Update Version 4.x Reference Guide
August 18, 2025 - You can find other product guides and third-party licenses documents for your reference at dell.com/support. Dell Command | Update provides a command-line version of the application which can be used for batch and scripting setups.
🌐
Reddit
reddit.com › r/sccm › sccm - good news! -- dell command | update 4.9 - task sequence os deployment firmware updates work!
r/SCCM on Reddit: SCCM - Good News! -- Dell Command | Update 4.9 - Task Sequence OS Deployment Firmware Updates Work!
May 11, 2023 -

Hey there fellow sysadmins. Just figured I could share some good news.

If you've ever worked with DCU-CLI.exe in a SCCM task-sequence, the command line utility for Dell Command Update, you've probably run into the dreaded "Return Code 2", see:

  • https://www.reddit.com/r/SCCM/comments/xfg8of/dell_command_update_return_code_2/

  • https://www.reddit.com/r/sysadmin/comments/9hchg8/dell_command_update_exit_codes/

There was a bug in DCU, that prevents it from running all commands under the NTAUTHORITY\SYSTEM context, which SCCM runs all tasks under. In an already deployed OS, via user-mode they will run fine, but not PXE. This presents an issue if you want to deploy firmware updates during your PXE Deployment.

On May 9th, Dell released Dell Command | Update 4.9. It is now able to run a scan, configure, and apply updates in the SYSTEM context -- woohoo!

We are using PSADT (Powershell App Deployment Toolkit) to run these commands.

Basically, install Dell Command | Update 4.9 on the machine during the task sequence, package is:

  • Dell-Command-Update-Application_30F6M_WIN_4.9.0_A01

You can extract the .MSI file with a command similar to:

(CMD): Dell-Command-Update-Application_30F6M_WIN_4.9.0_A01.EXE /PASSTHROUGH /X /B"C:\Temp\DCU4.9.0" 
(PSADT .ps1 script): Execute-MSI -Action 'Install' -SkipMSIAlreadyInstalledCheck -Path 'DellCommandUpdate.msi' -Parameters '/q'

To be safe, we are still using the 8dot3 format, but at least it finally runs!

$DCUCLI="C:\PROGRA~2\Dell\COMMAN~1\dcu-cli.exe"
& "$DCUCLI" /scan
& "$DCUCLI" /configure -biosPassword=YourPassword
& "$DCUCLI" /applyupdates -reboot=disable

Please note:

  • C:\PROGRA~1 = C:\Program Files\

  • C:\PROGRA~2 = C:\Program Files (x86)\

Hoping this helps someone else out there, and kudos to Dell for finally fixing this bug that has persisted since DCU 4.1!

🌐
Device Report
device.report › manual › 6056704
DELL Command Update User Guide
January 4, 2023 - Upgrades are supported as follows: ○ You can upgrade Dell Command | Update for Windows 10 (Universal Windows Platform) from version 3.0 or later to version 4.7. Self-update—If the application is already installed, launch the application ...
🌐
Manuals+
manuals.plus › home › dell version 4.x command update user guide
DELL Version 4.x Command Update User Guide
June 18, 2023 - Added capability to pause Dell Command | Update activity when there is a Windows Update running. Scheduled reboot time is configured to five minutes for manual updates that require reboot when reboot consent check box. During the update process, catalogs that were configured in previous versions must be reconfigured once upgraded to version 4.6.
Find elsewhere
🌐
Dell
dell.com › support › kbdoc › en-us › 000178000 › dell-command-configure
Dell Command Configure | Dell US
Error codes have been changed with Dell Command | Configure 4.1. See the updated codes in the Downloads section.
🌐
Reddit
reddit.com › r/sysadmin › dell command update 4.6 - the holy grail
r/sysadmin on Reddit: Dell Command Update 4.6 - the holy grail
September 17, 2022 -

In case anyone else was interested, an update to version 4.6 introduces a feature set that we’ve been requesting for quite some time from Dell.

We have always struggled with pushing out laptop, driver, and firmware updates, because certain ones may require a reboot, and so we did not want to negatively impact our end users, and have their system reboot in the middle of a meeting, etc.

4.6 introduces the ability to defer install and reboot by a certain number of hours in addition to defining how many times the user can defer the install or reboot.

We’re in the process of getting the new configuration file pushed out to all our machines as this will help us to ensure that everybody’s computers drivers are up-to-date, without having to engineer and architect a more complicated solution.

Just wanted to share, would love to hear others thoughts.

Thanks.

Top answer
1 of 5
91
Thanks for letting us know. I noticed the new version number but hadn't gone and looked at the change notes yet. Definitely will now! Link to save others' time: https://www.dell.com/support/manuals/en-us/command-update/dellcommandupdate_ug/what%E2%80%99s-new-in-dell-command-%7C-update-version-4.6?guid=guid-f8705b0c-3c35-48b9-975b-dd50437d7874&lang=en-us Added support to provide updates for Camera subsystem. Added capability to pause Dell Command | Update activity when there is a Windows Update running. Scheduled reboot time is configured to five minutes for manual updates that require reboot when reboot consent check box is set. Enhanced file handling security measures. Added capability to schedule daily updates at selected time of the day. Added capability to schedule monthly updates on selected week and day of the month. Added support to disable notifications. Added capability to display Update Events, Penetration Rate, and Non-Compliance List through CIM provider class. Added capability to reattempt failed updates after system reboot. Improved defer updates capability with options to defer installation up to ninety-nine hours. Added support to defer system restart from one to ninety-nine hours after installations requiring reboot. InvColPC.exe is not bundled with Dell Command | Update package as a security enhancement.
2 of 5
33
Do you centrally manage Dell Command Update? If so, how exactly? I'm a one man IT department so I could use all the central management I can get my hands on.
🌐
Dell
dell.com › support › manuals › en-us › command-update › dcu_ug › dell-command-update
Dell Command | Update Version 5.x User's Guide | Dell US
What’s new in Dell Command | Update Version 4.9 · What’s new in Dell Command | Update Version 4.8 · What’s new in Dell Command | Update Version 4.7.1 · What’s new in Dell Command | Update Version 4.6 · Install, uninstall, and upgrade Dell Command | Update ·
🌐
Dell
dell.com › dell community › software › endpoint management
Dell Command Update v4.7 released last week | DELL Technologies
November 15, 2022 - Dell Command Update v4.7 released on November 7th. Dell Command Update is a stand-alone application for client systems, that provides updates for system software that is released by Dell.
🌐
Microsoft
winget.run › pkg › Dell › CommandUpdate
Download and install Dell Command | Update with winget
Show 4 older versions · winget install -e --id Dell.CommandUpdate · Dell Command Update is a stand-alone application for client systems, that provides updates for system software that is released by Dell. This application simplifies the BIOS, firmware, driver, and application update experience ...
🌐
Arcadia University
helpdesk.arcadia.edu › hc › en-us › articles › 12352640166285-How-to-Run-a-Dell-Command-Update
How to Run a Dell Command Update – Arcadia University
Here's instructions on how to run a Dell Command Update. We recommend users perform this update at least once a week to keep your device up to date. Performing an update: Hit Windows...
🌐
Lawrence
kb.lawrence.k12.ma.us › article.php
Installing and launching Dell Command Updates to update device drivers on a Dell computer
1. Inside Dell Command | Update app click the Check button. 2. Make sure the "Automatically restart system (when required)" option is checked on, then click the Install button. 3. This will begin to install any pending driver updates for your system. You can view the status of the installation ...
🌐
Pittsburgh University
services.pitt.edu › TDClient › 33 › Portal › KB › ArticleDet
Running Updates with Dell Command | Update
If Dell Command | Update is not installed on your computer, please visit Dell Command | Update Application | Driver Details | Dell US to download. You will then be directed to the homepage. To check for updates, click the CHECK button. 3. A list of updates will display. 4.
🌐
Chocolatey
community.chocolatey.org › packages › dellcommandupdate
Chocolatey Software | Dell Command | Update 5.7.0
You can use Dell Command | Update to update a Dell system with the latest drivers, BIOS, firmware, and Dell software applications.
🌐
Dell
dell.com › support › kbdoc › en-us › 000108963 › how-to-use-and-troubleshoot-dell-command-update-to-update-all-drivers-bios-and-firmware-for-your-system
How to Use Dell Command Update to Update All Drivers, BIOS, and Firmware For Your Computer | Dell US
It checks your computer and compares it to the available updates on Dell Support for your specific computer. Note: Dell Command Update is compatible with Latitude E-Series, OptiPlex Desktops 745 and newer, Precision Workstations 390 and newer, Precision Mobile M2400 and newer, and the newest Dell All-in-One desktops, Dell Plus laptops, Dell Pro laptops, Dell Pro desktops, Dell Slim desktops, and Dell Tower desktops.
🌐
Dell
dell.com › home › support home › product support › driver details
Dell Command | Update | Driver Details | Dell US
The restart can be deferred but must be completed to ensure that the update is installed. Download 1. Click Download File. 2. When the File Download window is displayed, click Save to save the file to your hard drive. Installation 1. Double-click the .exe file. 2. Click Install. 3. Click Next on the Welcome screen. The License Agreement screen is displayed. 4.