Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Designing Better UX For Left-Handed People

      July 25, 2025

      This week in AI dev tools: Gemini 2.5 Flash-Lite, GitLab Duo Agent Platform beta, and more (July 25, 2025)

      July 25, 2025

      Tenable updates Vulnerability Priority Rating scoring method to flag fewer vulnerabilities as critical

      July 24, 2025

      Google adds updated workspace templates in Firebase Studio that leverage new Agent mode

      July 24, 2025

      Trump’s AI plan says a lot about open source – but here’s what it leaves out

      July 25, 2025

      Google’s new Search mode puts classic results back on top – how to access it

      July 25, 2025

      These AR swim goggles I tested have all the relevant metrics (and no subscription)

      July 25, 2025

      Google’s new AI tool Opal turns prompts into apps, no coding required

      July 25, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Laravel Scoped Route Binding for Nested Resource Management

      July 25, 2025
      Recent

      Laravel Scoped Route Binding for Nested Resource Management

      July 25, 2025

      Add Reactions Functionality to Your App With Laravel Reactions

      July 25, 2025

      saasykit/laravel-open-graphy

      July 25, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Sam Altman won’t trust ChatGPT with his “medical fate” unless a doctor is involved — “Maybe I’m a dinosaur here”

      July 25, 2025
      Recent

      Sam Altman won’t trust ChatGPT with his “medical fate” unless a doctor is involved — “Maybe I’m a dinosaur here”

      July 25, 2025

      “It deleted our production database without permission”: Bill Gates called it — coding is too complex to replace software engineers with AI

      July 25, 2025

      Top 6 new features and changes coming to Windows 11 in August 2025 — from AI agents to redesigned BSOD screens

      July 25, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»Dev runs Windows 11 ARM on an iPad Air M2 using UTM with JIT, and it’s decent

    Dev runs Windows 11 ARM on an iPad Air M2 using UTM with JIT, and it’s decent

    April 21, 2025

    Can you run Windows 11 ARM on an iPad Air M2? Yes, you can, but only via emulation, which isn’t bad given that the operating system is now optimised for ARM architecture. This isn’t a new discovery. It’s always been possible to run Windows 11 on unsupported devices, but it’s now much easier, partially due to EU regulatory changes.

    Windows 11 ARM works on iPad Air M2 because it’s built for ARM-based CPUs. While Windows is typically used on laptops and desktops, we can use an app called UTM, which emulates the operating system inside iPadOS. UTM uses JIT (Just-In-Time) compilation to speed things up by translating Windows code into ARM instructions as it runs.

    The problem with the iPad is that it doesn’t allow direct virtualisation for third-party apps, and if you want to run Windows 11, you’ll need virtualisation. This is why we JIT is required in order to make Windows boot and work smoothly. You’d need a jailbreak if you want to break through Apple’s strict security policies… but you can’t do that.

    Windows 11 on iPad Air M2

    However, if you are planning to try Windows 11 on an iPad for fun, it’s actually a lot easier now, and as I mentioned, it’s partially due to the EU.

    Thanks to EU’s Digital Markets Act (DMA), you can download third-party app store called “AltStore Classic“, which allows you to sideload the UTM compiled with JIT support, and easily boot Windows 11.

    Watch Windows 11 boot on iPad Air M2

    Windows 11 ARM on iPad

    In a post on X, developer NTDev showed off Windows 11 running on an iPad Air M2 using UTM with JIT emulation.

    According to early tests, “it actually works quite decently,” and performance would have been remarkably better if it could run virtualisation without jailbreaking.

    Developer NTDev isn’t using the Windows 11 image downloaded from Microsoft’s website because it’ll be much slower. That’s because Windows 11 is bloated with unwanted apps and services, so it requires more RAM and storage.

    Developer NTDev told Windows Latest that they’re using Tiny11, which is a third-party tool that creates a slimmed version of Windows 11 and allows you to install the operating system without bloatware. Tiny11 doesn’t change Windows 11 or modify Microsoft’s code, but it just tries to remove the bloatware and reduce its size.

    This means it needs less RAM and storage, which is why Windows 11 runs smoothly on an iPad.

    “Well, it was actually quite straightforward. Since a few days ago, EU countries can install AltStore classic app, which allowed me to install the full UTM, which has JIT compilation. For the JIT to actually work, I had to use StikDebug which allows it to run on-device without AltJIT or anything external,” NTDev told me in a conversation.

    “…. you still need AltServer for the installation of the app, though. The image is just an image that I’ve made with tiny11builder for this project a few hours ago And… that’s pretty much it,” NTDev told Windows Latest. “The nice thing is that it now works, whereas without JIT it would just not boot at all.”

    Thankfully, it’s not that “difficult” anymore, thanks to the EU and NTDev, who created a bloat-free version of Windows 11 by modifying the existing Windows image.

    AltStore’s StikDebug, a tiny helper app, makes everything even better by enabling JIT in the background, which is needed to run Windows 11 smoothly on the iPad.

    If you want to install Windows 11 on an iPad, just try these steps:

    1. You’ll need a PC to build a tiny11 ARM64 ISO with tiny11builder.
    2. You need to be based out of the European Union and install AltStore Classic with AltServer.
    3. Then, use AltStore Classic to sideload UTM with JIT.
    4. Finally, use StikDebug, which comes bundled with AltStore.
    5. You can now use UTM to create a new ARM64 virtual machine, attach the tiny11 ISO, and start it.

    But remember. At the end of the day, it’s still emulation, so there are performance issues.

    If you watch the above video, you’ll notice that Windows 11 ARM64 is quite OKAY on an iPad, but it’s not something you can use as a daily driver.

    Windows Latest understands Windows 11 ARM could run almost at M2 performance on iPad Air M2 if Apple allows virtualization for third-party apps.

    Credit also goes to Microsoft for optimizing Windows 11 ARM64.

    This isn’t the first time we’re seeing Windows 11 running on a tablet or phone. Windows Latest previously spotted Windows 11 ARM booting on OnePlus and Xiaomi’s Android phones.

    I don’t think it makes sense to use Windows 11 on a phone, but it would be nice to have a tablet as capable as an iPad with Microsoft’s OS. What do you think? Would you ever buy an iPad-like tablet that runs Windows 11? Let me know in the comments below.

    The post Dev runs Windows 11 ARM on an iPad Air M2 using UTM with JIT, and it’s decent appeared first on Windows Latest

    Source: Read More 

    windows
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleA Fan Portal for The Elder Scrolls IV: Oblivion Remake
    Next Article Microsoft justifies TPM requirement for Windows 11 ahead of Windows 10 EOL

    Related Posts

    News & Updates

    Sam Altman won’t trust ChatGPT with his “medical fate” unless a doctor is involved — “Maybe I’m a dinosaur here”

    July 25, 2025
    News & Updates

    “It deleted our production database without permission”: Bill Gates called it — coding is too complex to replace software engineers with AI

    July 25, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    Planet Technology Industrial Switch Flaws Risk Full Takeover – Patch Now

    Security

    CVE-2025-4973 – Workreap WordPress Theme Authentication Bypass Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Ransomware attacks on rise after hackers exploit SharePoint’s server vulnerability

    Operating Systems

    Streamlining Date Queries with Laravel’s Shorthand Methods

    Development

    Highlights

    CVE-2024-32323 – Cnhcit Haichang OA SQL Injection

    July 17, 2025

    CVE ID : CVE-2024-32323

    Published : July 17, 2025, 5:15 p.m. | 1 hour, 21 minutes ago

    Description : SQL Injection vulnerability in cnhcit.com Haichang OA v.1.0.0 allows a remote attacker to obtain sensitive information via the if parameter in hcit.project.rte.agents.UploadImages.class.

    Severity: 0.0 | NA

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    APPLE-SA-04-16-2025-4 visionOS 2.4.1

    April 24, 2025

    IceBox converts images into a PDF file

    April 25, 2025

    CVE-2025-7896 – “Harry0703 MoneyPrinterTurbo Remote Path Traversal Vulnerability”

    July 20, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.