Wayland is now the default session in 52.7% of Linux desktop environments, according to SQ Magazine’s 2025 Linux statistics report. Among the 3,923 Arch Linux users surveyed in January 2025, 80% run Wayland while just 20% remain on Xorg — the widest gap recorded to date in community surveys. This article covers Wayland vs Xorg adoption trends statistics through 2026, including distribution timelines, desktop environment support data, and the security developments accelerating the transition.
Wayland vs Xorg Adoption Trends Statistics 2026
- Wayland is the default session in 52.7% of Linux desktop environments as of 2025, per SQ Magazine.
- In the January 2025 Arch Linux community survey (n=3,923), 80% of respondents chose Wayland as their preferred session type versus 20% for Xorg.
- KDE Plasma 6, released February 2024, made Wayland the default; Plasma 6.8 — expected late 2026 — will remove X11 entirely.
- Fedora 43 and Ubuntu 25.10 both dropped X11 session support entirely during 2025.
- Three critical X.Org vulnerabilities — CVE-2025-62229, CVE-2025-62230, and CVE-2025-62231 — were disclosed in early 2025, some tracing back over 20 years in the codebase.
How Widespread Is Wayland vs Xorg Adoption in 2026?
By 2023, Wayland had become the default in new releases of Debian, Ubuntu, Fedora, and Arch Linux. The pace of X11 removal has since increased sharply. As of 2025, Wayland is the default in over half of all Linux desktop environments, and several distributions have moved beyond “default” to removing the X11 session option entirely.
The Linux desktop market share reached 4.7% globally in 2025, up from 2.76% in 2022. As that user base grows, Wayland’s increasing share of those desktops carries more real-world weight than in earlier years.
| Distribution | Wayland Default Since | X11 Status |
|---|---|---|
| Fedora Workstation (GNOME) | Fedora 25 (Nov 2016) | Dropped — Fedora 43 (2025) |
| Fedora KDE Spin | Fedora 34 (2021) | Dropped — Plasma 6 / Fedora 40 (2024) |
| Ubuntu Desktop | 22.04 LTS (Apr 2022) | Dropped — Ubuntu 25.10 (Oct 2025) |
| Kubuntu | 22.04 LTS (Apr 2022) | Dropped — Kubuntu 25.10 (Oct 2025) |
| Debian | Debian 12 “Bookworm” (Jun 2023) | Still available as fallback |
| Arch Linux | Rolling (~2022) | Still available |
| Raspberry Pi OS | 2024 | Still available |
| elementaryOS | 8.1 (2025) | Wayland-first (Secure Session) |
| Fedora Silverblue / Kinoite | Launch | Wayland-only from launch |
Source: Fedora Project Wiki; Canonical; XDA Developers; gHacks Tech News (2024–2025)
Wayland vs Xorg by User Session: What the Arch Survey Shows
The January 2025 Arch Linux Community Survey collected responses from 3,923 users and asked directly about preferred session type. Wayland took 79.6% of votes; Xorg held 20.4%. Linuxiac, which published the full results, noted this is the widest margin recorded across Arch surveys. The Arch user base skews toward developers and power users, so early adoption is expected — but the margin still shows how far from contested the question has become in technically engaged communities.
The same survey found Hyprland — a Wayland-only compositor — holds 26% desktop environment preference, second only to KDE Plasma at 36%. That a Wayland-only tiling compositor outranks GNOME (10%) in this cohort reflects how completely Wayland has become the assumed foundation for new Linux desktop tooling. Linux terminal emulator adoption has followed the same pattern: Wayland-native terminals now lead usage among Arch users as Xorg-dependent tools decline.
Arch Linux preferred session type — January 2025 (n=3,923)
Desktop Environment Wayland Support vs Xorg in 2026
GNOME and KDE Plasma, the two most widely used Linux desktop environments, have both committed to ending X11 session support. GNOME dropped it in GNOME 49 during 2025. KDE confirmed Plasma 6.8, expected in late 2026, will be Wayland-only. KDE stated in November 2025 that “a vast majority of Plasma users are already using the Wayland session” and that the change “will have no immediate impact” for most.
Desktop environments built around older toolkits are moving more slowly. XFCE added initial Wayland support in version 4.20 using the labwc compositor as a stop-gap, but its own window manager (xfwm4) is not yet a Wayland compositor. Cinnamon and MATE are in earlier stages. For context on Linux security vulnerabilities across the stack, the contrast with Xorg’s CVE record is notable.
| Desktop Environment | Wayland Status (2026) | X11 Status |
|---|---|---|
| GNOME | Full — default since 2017 | Dropped in GNOME 49 (2025) |
| KDE Plasma | Full — default since Plasma 6 (Feb 2024) | Removal planned Plasma 6.8 (late 2026) |
| Hyprland | Wayland-only | N/A |
| Sway | Wayland-only | N/A |
| XFCE | Partial — 4.20 via labwc (2024) | Still primary |
| MATE | Initial support in progress | Still primary |
| Cinnamon | In development | Still primary |
| i3 / Openbox | No native support | X11 only (Sway is Wayland alternative) |
Source: OMG! Ubuntu; gHacks Tech News; How-To Geek; XDA Developers (2024–2025)
Desktop environment Wayland readiness score (0 = no support, 3 = full/default, 4 = Wayland-only)
X.Org Security Vulnerabilities and the Push Toward Wayland
Security researchers disclosed three critical X.Org vulnerabilities in early 2025: CVE-2025-62229, CVE-2025-62230, and CVE-2025-62231. The DEV Community’s January 2026 analysis described these as use-after-free bugs and overflow vulnerabilities, some in code dating back to X11R6 and Xorg 1.15 — over 20 years old. X.Org is now effectively in maintenance mode, receiving security patches but no active architectural development.
Wayland’s security model addresses a core architectural flaw in X11: under X.Org, any application can intercept input from or send input to any other window, making keyloggers trivially easy to implement. Wayland isolates window input and output at the protocol level. The broader Linux security tooling shift from iptables to nftables follows the same pattern — legacy codebases carrying compounding CVE debt eventually prompt distribution-level replacement.
The XWayland compatibility layer, which runs an X server as a Wayland client, lets legacy X11 applications continue running. This means users do not lose access to older software when distributions drop the X11 session — the gap is smaller than it was in 2020.
Wayland vs Xorg Adoption Trends: Key Milestones Timeline
The shift from Xorg to Wayland has taken roughly a decade from initial feasibility to majority distribution default. The rate of formal X11 removal accelerated between 2024 and 2025, with multiple major projects setting hard deadlines within a twelve-month window. Linux kernel releases during this period have continued adding Wayland-relevant infrastructure, including explicit sync support in kernel components used by wlroots.
| Milestone | Date |
|---|---|
| Fedora 25 defaults to Wayland (GNOME) | November 2016 |
| Ubuntu defaults to Wayland (22.04 LTS) | April 2022 |
| Debian 12 defaults to Wayland | June 2023 |
| KDE Plasma 6 makes Wayland default | February 2024 |
| Raspberry Pi OS switches to Wayland | 2024 |
| Sway adds explicit sync support for Nvidia | June 2025 (Sway 1.11) |
| Three critical X.Org CVEs disclosed | Early 2025 |
| Fedora 43 drops X11 session entirely | 2025 |
| Ubuntu 25.10 drops X11 session | October 2025 |
| GNOME 49 drops X11 support | 2025 |
| KDE announces Plasma 6.8 will be Wayland-only | November 2025 |
| KDE Plasma 6.8 Wayland-only release (planned) | Late 2026 |
Source: Fedora Project Wiki; OMG! Ubuntu; gHacks Tech News; Michael Stapelberg (January 2026)
Cumulative major distributions defaulting to Wayland, 2016–2025
What Still Keeps Users on Xorg in 2026?
Despite the shift, a share of users stays with Xorg for specific reasons. Remote desktop workflows remain a friction point: tools that rely on X forwarding behave differently under Wayland, and while PipeWire-based screen sharing now works in GNOME and KDE, implementation quality varies. Legacy X11 utilities like xkill, xinput, and xmodmap have no direct Wayland equivalents, and workflows built around them require replacement tools.
Nvidia GPU users saw the biggest improvement between 2023 and 2025. NVIDIA’s driver improvements, including GBM support added in the 495 series, resolved most blocking issues. By 2026, the DEV Community analysis concludes that “most Nvidia users can run Wayland successfully,” though specific professional applications or older hardware configurations may still perform better on X11. The Linux global user base, now at 4.7% desktop market share, includes enterprise environments where X11-dependent remote access tools remain in production, further slowing full migration in corporate settings.
XFCE, Cinnamon, and MATE — desktop environments popular with users who prioritize low resource usage and familiar layouts — are still completing Wayland transitions. Enterprise Linux deployments running these environments on LTS releases face longer upgrade cycles, making X11 persistence practical for several more years. The XWayland compatibility layer reduces urgency: for most users, whether they are on an X11 session or a Wayland session with XWayland running, day-to-day application behavior is identical.
FAQs
What percentage of Linux users run Wayland in 2025?
Wayland is the default in 52.7% of Linux desktop environments as of 2025, per SQ Magazine. In the January 2025 Arch Linux community survey of 3,923 users, 80% reported running Wayland as their preferred session type.
Has GNOME removed X11 support?
GNOME dropped X11 support in GNOME 49 during 2025, though it briefly reinstated it. X11 is scheduled for permanent removal in GNOME 50. Some distributions had already stopped shipping the GNOME X11 session before this upstream decision.
When will KDE Plasma remove X11 support?
KDE announced in November 2025 that Plasma 6.8, expected in late 2026, will be the first Wayland-only Plasma release. X11 applications will still run via the XWayland compatibility layer. Current Plasma 6.5 (released October 2025) still supports X11 sessions.
Does Wayland work with Nvidia GPUs?
As of 2026, most Nvidia users can run Wayland after driver improvements in the 495 series added GBM support. Some specific setups — particularly high-resolution multi-monitor configurations using MST — may still have gaps depending on the compositor used.
Can X11 applications still run on Wayland?
Yes. XWayland runs as a Wayland client and allows most X11 applications to work without modification. Applications relying on global pointer positioning or synthetic input generation will encounter limitations due to Wayland’s stricter isolation model.