Windows Server 2025 Standard Download & Activation Guide

Download & activation guide

How to download, install and activate Windows Server 2025 Standard

The official Windows Server 2025 download is a free ISO from the Microsoft Evaluation Center. Write it to a USB drive or mount it in your hypervisor, install Standard, then enter your key to turn the 180-day evaluation into a full license with no reinstall. Allow 30 to 60 minutes for a fresh build, 10 minutes on a running server.

Official downloadMicrosoft Evaluation Center, free ISO
Installer typeISO: Standard or Datacenter, Server Core or Desktop Experience
Time needed30 to 60 minutes fresh, 10 minutes to convert
Activation25-character key, via DISM Set-Edition or slmgr
Works onPhysical and virtual servers, supported into 2029 and 2034
Free helpEmail every day, phone Mon-Fri 9am-6pm ET

Before you start

A few minutes of preparation saves a rebuild later.

  • Your license key. Twenty-five characters, emailed within minutes and saved in your account.
  • The right edition. This key activates Standard, not Datacenter and not the Azure edition.
  • A USB drive or a hypervisor. An empty USB drive for a physical server, or Hyper-V, VMware, Proxmox.
  • A backup. A clean install wipes the target disk.
  • Internet on the server. Activation talks to Microsoft, and phone activation covers you offline.
  • Your core count. Windows Server licensing counts physical cores, minimum 16 per server.
RequirementMinimum
Processor1.4 GHz 64-bit (x64) supporting NX, DEP, CMPXCHG16b, LAHF/SAHF, PrefetchW, SSE4.2 and POPCNT
Memory512 MB for Server Core, 2 GB for Desktop Experience
Disk space32 GB, and realistically more for Desktop Experience with roles and updates
NetworkEthernet adapter
FirmwareUEFI with Secure Boot and TPM 2.0 for some security features
Full listCheck Microsoft’s system requirements page
Step 1

Download the Windows Server 2025 ISO

Microsoft gives the media away. The Windows Server 2025 ISO holds Standard and Datacenter, each installing as Server Core, which has no graphical interface and is the default, or Desktop Experience, which gives you a desktop. An Azure edition is there too, which your Standard key does not activate.

  1. Open the Evaluation Center page. Use the button above. It is the only download we point people to.
  2. Choose the ISO. Pick the ISO, not the VHD or the Azure option.
  3. Fill in the short form. Name, company, email, phone and country, then the download starts.
  4. Pick your language. The language you choose is the one the server installs in.
  5. Save the file. One download covers every server you install.

Download from Microsoft and nowhere else. Media from a file host can carry changes you will never spot.

Step 2

Install Windows Server 2025 Standard

Installation is mostly waiting. Boot from the USB drive or mounted ISO and work through setup.

  1. Write the ISO to a USB drive or mount it. A USB drive for a physical server, or a virtual DVD in Hyper-V, VMware or Proxmox.
  2. Boot from the media. Pick the boot device during startup if needed.
  3. Choose language, time and keyboard. Set them on the first screen, then select Install Windows Server.
  4. Pick the edition you own. Windows Server 2025 Standard (Desktop Experience) for the desktop, or plain Windows Server 2025 Standard for Server Core. Not Datacenter, which your key will not activate.
  5. Accept the terms and choose Custom. Custom lets you select the disk instead of upgrading an existing install.
  6. Choose the disk. Setup copies files and restarts once or twice.
  7. Set the Administrator password. The server now runs a 180-day evaluation until you enter your key.

Server Core uses less memory and needs fewer updates, but is managed from a command line. For a first build, take Desktop Experience.

Step 3

Activate Windows Server 2025 with your key

Which route you need depends on the media. Evaluation media is converted with DISM. Anything else takes the key through slmgr or Settings.

  1. Open an administrator prompt. Command Prompt or PowerShell, run as administrator.
  2. Check the current edition. Run DISM /online /Get-CurrentEdition. ServerStandardEval means evaluation media and the conversion below. Anything else, skip to slmgr.
  3. List the target editions. Run DISM /online /Get-TargetEditions and check that ServerStandard appears.
  4. Convert the evaluation with your key. Run DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula with your own key. The server restarts, sometimes twice, and returns as licensed Standard.
  5. Or install the key directly. On non-evaluation media, run slmgr /ipk with your key, then slmgr /ato. Settings, System, Activation, Change product key does the same.
  6. Confirm it took. Run slmgr /xpr or slmgr /dlv. Permanently activated means you are done.

You cannot convert an evaluation server that is already a domain controller. Demote it, convert, then promote it again. With no internet, install the key and run slui 4 for phone activation, covered in our Confirmation ID guide.

Check that it worked

Run slmgr /xpr for the short answer, slmgr /dlv for the detail.

  • slmgr /xpr reports that the machine is permanently activated.
  • DISM /online /Get-CurrentEdition now reports ServerStandard, not ServerStandardEval.
  • Settings, System, Activation shows Standard as activated, with no countdown.
  • No evaluation warnings at sign-in.

Common errors and how to fix them

The ones we see most often, with the fix that works.

0xC004F069: the server is still an evaluation edition

This code means Windows still sees an evaluation build, and evaluation editions cannot take a key through slmgr at all. They have to be converted instead. Confirm with DISM /online /Get-CurrentEdition that it reports ServerStandardEval, then run DISM /online /Set-Edition:ServerStandard /ProductKey:your-key /AcceptEula from an administrator prompt. The server restarts and comes back as full Standard, roles and files untouched. If you already tried slmgr /ipk and it was rejected, no harm was done to the server.

0xC004F050, DISM error 1605, or “the product key could not be validated”

These three errors usually mean the same thing: the key does not match the edition you are running, or a character in it is wrong. A Standard key will not activate Datacenter or the Azure edition, so check what is running with DISM /online /Get-CurrentEdition. Copy the edition name exactly as Get-TargetEditions prints it, and retype the key by hand, since a pasted key can carry a trailing space. If it still fails, email us the exact error.

“The current edition cannot be upgraded to the selected edition”

This nearly always means the server has already been promoted to a domain controller, and Active Directory blocks an edition change. Demote it back to a member server, restart, run the DISM Set-Edition command with your key from an administrator prompt, then promote it again. With only one domain controller, take a backup and plan a quiet window. The same message appears if you named an edition that Get-TargetEditions does not list.

0xC004C003: the activation server reports the key as blocked or in use

Microsoft returns this when a key has reached its activation limit or has been blocked at their end. Wait a few minutes, run slmgr /ato again, and check the same key is not already live on another server. If it keeps coming back, contact us. Under our 180-day money-back guarantee we replace a key that cannot be activated, or refund you if we cannot fix it. Send the error code and we usually replace it the same day.

0xC004F074, or the server has no internet connection

The server is trying to activate against a KMS host it cannot reach. Clear the stored host name with slmgr /ckms from an administrator prompt, then run slmgr /ato so it goes to Microsoft directly. Check the basics too: a working connection, a correct system clock, no proxy blocking outbound traffic. If the server has no internet at all, install the key with slmgr /ipk and run slui 4 for phone activation, covered in our Confirmation ID guide.

Windows Server 2025 download questions

What customers ask us most.

Where is the official Windows Server 2025 download?

The Windows Server 2025 download comes from the Microsoft Evaluation Center. Fill in a short registration form, pick a language, and the ISO downloads at no cost. That single Windows Server 2025 ISO carries both Standard and Datacenter, and each installs either as Server Core with no graphical shell or as Desktop Experience with the full desktop. An Azure edition sits on the media too, built for Azure Stack HCI and Azure IaaS, which this key does not activate. We never point customers at mirror sites, because there is no telling what has been changed inside the image.

Is the ISO free, and what am I paying for?

The ISO is free. What you buy from us is the license. Installed from Evaluation Center media, Windows Server 2025 runs for 180 days, then starts warning you and shutting itself down on a timer. A genuine Windows Server license key turns that install into a licensed one and removes the countdown. Our Windows Server 2025 key is a one-time payment of $12.99, it reaches you by email within minutes together with the download link, and it stays in your account on our site in case you rebuild the server later.

Do I have to reinstall to activate an evaluation server?

No, and this is the part that surprises people. If DISM /online /Get-CurrentEdition reports ServerStandardEval, a single command converts the machine in place: DISM /online /Set-Edition:ServerStandard with your key and /AcceptEula. Roles, files, settings and installed software all stay exactly where they are. The server restarts once, sometimes twice, and comes back licensed. The one case where this does not work is a server already promoted to a domain controller, because Active Directory blocks the edition change, so demote it, convert, then promote it again. Budget about ten minutes on a server that is already built.

How does Windows Server licensing work for cores?

Windows Server licensing counts physical cores, not sockets. Standard licenses every physical core in the server, with a minimum of 16 cores per server and 8 per processor, so even a 4-core machine is licensed as 16. A 16-core product covers a server with up to 16 physical cores, and larger machines need extra coverage on top. Our Windows Server 2025 Standard 16-core license is the usual starting point, and the rest of the range sits under Windows Server licenses. Count your cores before ordering and we will help you match them.

What about virtual machines, CALs and support dates?

With every physical core licensed, Standard includes the right to run two virtualized instances of Windows Server, and each of those virtual machines has to be activated with its own key. Datacenter is the edition with unlimited virtualization rights. Client Access Licenses are separate: the key here licenses the server operating system, while CALs cover the users or devices that connect to it. Windows Server 2025 is supported into 2029 for mainstream support and into 2034 for extended support, so a lifetime key bought now has a long working life ahead of it.

Need a genuine Windows Server 2025 key?

12.99 once, emailed in minutes, backed by our 180-day money-back guarantee.