Microsoft is Moving .NET MAUI to CoreCLR Runtime in .NET 11

Microsoft is Moving .NET MAUI to CoreCLR Runtime in .NET 11

By Paul Thurrott
Publication Date: 2026-05-13 20:45:00

Microsoft announced today that .NET MAUI mobile apps will run on the CoreCLR runtime with .NET 11 for the first time. The firm had already moved .NET-based Windows, Windows Server, Mac, and Cloud apps on CoreCLR, but MAUI has stuck with Mono, which dates back to Xamarin and beyond; Miguel de Icaza started the original Mono project way back in 2001 to bring .NET to Linux.

“Starting in .NET 11 Preview 4, CoreCLR is the default runtime for .NET MAUI applications on Android, iOS, and Mac Catalyst,” Microsoft principal product manager David Ortinau writes. “Your mobile apps now run on the same runtime that powers ASP.NET Core, Azure services, desktop applications, and millions of production workloads around the world.”

The history here is rather incredible, but Ortinau highlights three reasons for the shift: A single runtime across almost all .NET 11 workloads with the same behaviors, characteristics, tooling, and bug surfaces; improved performance; and the…