Wizz Air takes delivery of its...

Wizz Air has taken delivery of its first Airbus A321XLR, and it’s set to be a game changer for the operator. 

The aircraft is joining the UK branch of the business, Wizz Air UK (W9/WUK) and is registered G-XLRA. The aircraft brings Wizz Air’s total fleet (across all AOCs) to 237 aircraft, the majority of which are Airbus A321neo variants. 

The Wizz Air fleet in May 2025

Aircraft type Number in fleet
Airbus A320neo 6
Airbus A321neo 152
Airbus A320 37
Airbus A321 42

Why is the A321XLR a game changer for Wizz Air?

This aircraft is a game changer for the airline as it allows them to unlock new long range, high density, low cost routes. Wizz Air is expected to use the XLR on its new, long distance route from London Gatwick Airport (LGW) to Jeddah (JED). Beforehand, the airline will debut the aircraft on some regular scheduled flights starting on May 23. The aircraft was delivered from Hamburg (XFW) to London Luton Airport (LTN) on May 21, a flight lasting 1 hour and 38 minutes. 


Track G-XLRA

Cover photo: Dirk Grothe, JetPhotos.

The post Wizz Air takes delivery of its first A321XLR appeared first on Flightradar24 Blog.

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');