Major European Airports Experience Major Delays Due to Cyberattack

Major European Airports Experience Major Delays Due to Cyberattack
source: gettyimages
September 21, 2025

Travelers at leading European airports such as Heathrow, Brussels, and Berlin faced significant disruptions this weekend following a cyber-related incident affecting airline systems. Collins Aerospace, which supplies technology for airline check-in procedures, reported the disruption, forcing airlines to revert to manual check-ins.

According to data from Flightradar24, over 130 flights departing from Heathrow were delayed by 20 minutes or more as of Sunday morning, with 13 cancellations on Saturday. Heathrow's official social media account stated, "Work continues to resolve and recover from Friday’s outage of a Collins Aerospace airline system that impacted check-in. We apologise to those who have faced delays, but by working together with airlines, the vast majority of flights have continued to operate."

In response to the incident, Heathrow and other affected airports advised travelers to arrive at least three hours before departure for long-haul flights and at least two hours for short-haul flights to accommodate possible delays.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 139 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6644136,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}