SQL Server 2022 Developer Edition is not installing in my Microsoft Surface Laptop 7th edition

MH 20 Reputation points
2025-10-18T23:57:00.72+00:00

Screenshot 2025-10-19 094917

SQL Server | Other
{count} votes

Answer accepted by question author
  1. Akhil Gajavelly 645 Reputation points Microsoft External Staff Moderator
    2025-10-20T03:58:01.0033333+00:00

    Hi @ MH8153,

    The issue occurs because your Surface Laptop 7 uses a Qualcomm Snapdragon ARM processor, while SQL Server 2022 only supports x64 architecture. This means the installer cannot run natively hence the error:

    “The system cannot find the path specified."

    You can successfully install and run SQL Server 2022 Developer Edition by creating a Windows 11 x64 virtual machine on your ARM device.

    1. Enable Hyper-V (available in Windows 11 Pro ARM):
      • Open Control Panel → Programs → Turn Windows features on or off
        • Check  Hyper-V
          • Click OK and restart your device.
    2. Download the Windows 11 x64 ISO from Microsoft. Download Windows 11
    3. Create a new virtual machine in Hyper-V using the x64 ISO.
    4. Start the VM, complete Windows setup, and then install SQL Server 2022 Developer Edition inside the VM.

    This method works, because it provides a true x64 environment where SQL Server can install and run normally.

    Thanks,
    Akhil.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.