"Elevation" is Windows-speak for administrator rights. Error 740 appears when a program needs those rights to do its job - install something, write to a protected folder, manage a service - but the hand-over fails: User Account Control never asked, a shortcut carries wrong flags, or a policy blocks the prompt. The fix is quick once you know which of these it is.
Fix it automatically
Outbyte Driver Updater identifies your installed hardware automatically and updates outdated or broken drivers from official sources, with a backup before every change. Useful when you would rather not run the steps below by hand - the scan and diagnosis are free.
Download Driver Updater Downloads Outbyte Driver Updater for Windows 11, 10, 8 and 7. Free 2-day trial, no credit card required.Quick answer
Right-click the program or installer and choose "Run as administrator" - that resolves most cases on the spot. If the same program hits error 740 every time, open its Properties, the Compatibility tab, and tick "Run this program as an administrator" so the elevation happens automatically.
Installers and system tools must run elevated. When they are started without the administrator hand-over, Windows stops them with 740 instead of letting them fail halfway.
When User Account Control is switched off or set oddly by an "optimizer", the elevation prompt never appears - and programs that need it get error 740 instead.
Shortcuts keep their own compatibility flags. An old shortcut with a wrong flag, or one pointing at a moved program, triggers 740 while the exe itself starts fine.
When a normal program tries to start an elevated one directly (CreateProcess), Windows refuses with 740 - common in scripts, launchers and download managers.
sfc /scannow.DISM /Online /Cleanup-Image /RestoreHealth, then SFC again, then restart.Do not do this: Do not switch User Account Control off to "fix" error 740. UAC is the mechanism that grants elevation; disabling it trades one error message for a PC where every program runs unprotected. Elevate the one program that needs it instead.
Even an administrator account runs programs with standard rights by default - that is how User Account Control protects the system. Elevation is the moment a program is granted the full rights, and error 740 means that hand-over failed rather than that you lack an account.
For a trusted program that genuinely needs it - an installer, a disk tool, an old game - yes. Do it per program in its Compatibility settings rather than switching UAC off globally: UAC protects every other program on the PC and should stay on.
The shortcut carries its own compatibility flags. If an old shortcut points to a moved or updated program, delete it and create a fresh one from the program's exe - stale shortcuts are a common source of error 740. For other launch errors, see the common Windows errors guide.