2026 FIFA World Cup · Quarter-final · Match 400021539
Norway
1
11 July 2026 · 21:00 UTC
Attendance 64,478
· England Win
A dummer holds sticks in the air as he leads Norwegian soccer fans in the 'Vikin
A dummer holds sticks in the air as he leads Norwegian soccer fans in the "Viking Row," a cheer created by Norwegian soccer fans which gained popularity during the 2026 FIFA World Cup, on July 10, 2026, in Miami Beach, Florida. The soccer fans gathered on Ocean Drive to rally ahead of Norway's World Cup quarterfinal matchup against England, which will be held in Miami Gardens on July 11. — Norway stand one win from an unprecedented semi-final, while England aim to return to the FIFA World Cup last four in an intriguing all-European quarter-final i
Image source: digitalhub.fifa.com
Norway break new ground as England aim to halt Haaland — Norway stand one win from an unprecedented semi-final, while England aim to return to the FIFA World Cup last four in an intriguing all-European quarter-final in Miami.
Match Goals
Norway 1–2 England
Andreas SCHJELDERUP 36' — Goal 36' SCHJELDE ⚽ Jude BELLINGHAM 45' — Goal 45' BELLINGH ⚽ Jude BELLINGHAM 93' — Goal 93' BELLINGH ⚽ NORWAY → ← ENGLAND
Goal positions — Norway attacks right
Norway
36' · Regular goal
England
45' · Regular goal
93' · Regular goal
Match Timeline
Key events
36'
Norway
45'
England
60'
Sub Norway
67'
Sub Norway
67'
Sub Norway
71'
Sub England
86'
Sub England
89'
Sub England
90'
Sub Norway
93'
England
111'
Sub England
117'
Yellow Card Kristoffer AJER
Norway
Team Statistics
Head-to-head metrics
Norway
Possession42.0%
Passes552
Pass Accuracy86.4%
Shots13
Shots on Target4
Corners7
Yellow Cards1
Offsides1
Defensive Pressures
Forced Turnovers24
Linebreaks (Att/Comp)— / —
England
Possession49.0%
Passes641
Pass Accuracy88.6%
Shots14
Shots on Target7
Corners4
Yellow Cards0
Offsides5
Defensive Pressures
Forced Turnovers19
Linebreaks (Att/Comp)— / —
Comparative
NOR 42.0%PossessionENG 49.0%
NOR 552PassesENG 641
NOR 13ShotsENG 14
NOR 4Shots on TargetENG 7
NOR 0Def. PressuresENG 0
NOR 6Counter-PressENG 9
Phase Analytics
Tactical phase aggregates
Norway · 4-1-2-3
High Press
5.4
Counter-Press
6.3
Mid Block
16.7
Low Block
36.1
Att. Transition
11.8
Final Third
18.0
High Block
5.2
Turnovers
24.0
England · 4-2-3-1
High Press
8.0
Counter-Press
8.5
Mid Block
16.1
Low Block
31.2
Att. Transition
7.0
Final Third
19.1
High Block
5.2
Turnovers
19.0
Temporal Analytics
Pressing Intelligence & Performance Rates
These metrics are sourced from temporal team analytics reports generated at intervals throughout the match. Comparing early-match and late-match snapshots reveals how each team's intensity and tactical shape evolved.
Norway — Pressing Profile
Counter-Press Intensity (score: 6.34 / 20)
High Press (score: 5.42 / 20)
Mid Block (score: 16.70 / 50)
Low Block (score: 36.08 / 50)
Mid Press
England — Pressing Profile
Counter-Press Intensity (score: 8.51 / 20)
High Press (score: 8.04 / 20)
Mid Block (score: 16.11 / 50)
Low Block (score: 31.17 / 50)
Mid Press
Norway Phase Intensity Over Match Time
0' 15' 30' 45' 60' 90' ⚽36' ⚽45' ⚽93' Mid Block Low Block High Press
Phase aggregate values interpolated from temporal analytics snapshots · Goal events shown as vertical markers
Formations & Tactics
Lineups
Post-Match Intelligence
Core Players & Final Team Stats
Norway — Final Stats
Possession42.0%
Passes / Completed552 / 477
Pass Accuracy86.4%
Shots / On Target13 / 4
Corners7
Yellow Cards1
Offsides1
Def. Pressures
Forced Turnovers24
Linebreaks (Att / Comp)— / —
Counter-Press Score6.34
England — Final Stats
Possession49.0%
Passes / Completed641 / 568
Pass Accuracy88.6%
Shots / On Target14 / 7
Corners4
Yellow Cards0
Offsides5
Def. Pressures
Forced Turnovers19
Linebreaks (Att / Comp)— / —
Counter-Press Score8.51
Head-to-Head Comparison
NOR 42.0%PossessionENG 49.0%
NOR 552PassesENG 641
NOR 13ShotsENG 14
NOR 4Shots on TargetENG 7
NOR 0Def. PressuresENG 0
NOR 6Counter-PressENG 9
Distance & Speed Comparison
NOR 144,553Total Distance (m)ENG 137,323
NOR 0Total SprintsENG 0
NOR 35.1Max Top Speed (km/h)ENG 35.1
NOR 30.1Avg Top Speed (km/h)ENG 28.7
Norway — Core Performers
PlayerDist mPassSprkm/hHighlight
Martin ODEGAARD15,0858629.8🎯
Patrick BERG14,8983329.2
Sander BERGE14,06110032.7
Kristoffer AJER12,8254435.1YC
Torbjorn HEGGEM10,2984128.7
Erling HAALAND10,259934.4
David MOLLER WOLFE9,0572731.7
Andreas SCHJELDERUP7,8461930.5
England — Core Performers
PlayerDist mPassSprkm/hHighlight
Elliot ANDERSON14,4539329.7
Harry KANE14,3771629.93 shots
Jude BELLINGHAM13,1114030.3 5 shots
John STONES11,5668329.8
Marc GUEHI11,3828729.8
Nico OREILLY9,0023831.6
Ezri KONSA8,3166131.7
Eberechi EZE8,2611427.5
Player Physical & Goal Metrics
All player analytics from the post-match snapshot
SPARQL · Player Analytics
PREFIX fifa: 
PREFIX rdfs: 
PREFIX xsd: 

SELECT ?playerName ?teamName ?goals ?assists ?totalDistance ?passes ?sprints ?topSpeed ?timePlayed
FROM 
FROM 
WHERE {
  ?m a fifa:Match ; fifa:matchId "400021539" .
  ?m fifa:hasPlayerAnalyticsReport ?report .
  ?report fifa:player ?player .
  ?player rdfs:label ?playerName .
  OPTIONAL { ?report fifa:team ?team . ?team rdfs:label ?teamName }
  OPTIONAL { ?report fifa:goals ?goals }
  OPTIONAL { ?report fifa:assists ?assists }
  OPTIONAL { ?report fifa:totalDistance ?totalDistance }
  OPTIONAL { ?report fifa:passes ?passes }
  OPTIONAL { ?report fifa:sprints ?sprints }
  OPTIONAL { ?report fifa:topSpeed ?topSpeed }
  OPTIONAL { ?report fifa:timePlayed ?timePlayed }
}
ORDER BY ?teamName DESC(?totalDistance)
▶ Run live query
SPARQL Queries
Knowledge graph exploration
Match Overview
Norway vs England — core match metadata
SPARQL · Match Overview
PREFIX fifa: 
PREFIX rdfs: 

SELECT ?homeTeam ?awayTeam ?homeScore ?awayScore ?date ?stadium ?attendance
FROM 
WHERE {
  ?match a fifa:Match ; fifa:matchId "400021539" .
  ?match fifa:homeTeam ?ht ; fifa:awayTeam ?at ;
         fifa:homeTeamScore ?homeScore ; fifa:awayTeamScore ?awayScore ;
         fifa:date ?date ; fifa:stadium ?s ; fifa:attendance ?attendance .
  ?ht rdfs:label ?homeTeam . ?at rdfs:label ?awayTeam . ?s rdfs:label ?stadium .
}
▶ Run live query
Goals
All goal events with scorer and assist
SPARQL · Goals
PREFIX fifa: 
PREFIX rdfs: 

SELECT ?minute ?playerName ?teamName ?goalType ?assistName
FROM 
WHERE {
  ?m a fifa:Match ; fifa:matchId "400021539" .
  ?m fifa:hasGoal ?goal .
  ?goal fifa:goalMinute ?minute .
  OPTIONAL { ?goal fifa:player ?p . ?p rdfs:label ?playerName }
  OPTIONAL { ?goal fifa:team ?t . ?t rdfs:label ?teamName }
  OPTIONAL { ?goal fifa:goalType ?gt . ?gt rdfs:label ?goalType }
  OPTIONAL { ?goal fifa:assistPlayer ?a . ?a rdfs:label ?assistName }
}
ORDER BY xsd:integer(?minute)
▶ Run live query
Team Analytics + Pressing Phases
Full tactical phase breakdown for both teams
SPARQL · Team Analytics
PREFIX fifa: 
PREFIX rdfs: 

SELECT ?teamName ?possession ?passes ?passesCompleted ?goals ?shots ?shotsOnTarget
       ?corners ?yellowCards ?offsides ?defPress ?turnovers ?highPress ?counterPress
FROM 
FROM 
WHERE {
  ?m a fifa:Match ; fifa:matchId "400021539" .
  ?m fifa:hasTeamAnalyticsReport ?report .
  ?report fifa:team ?team .
  ?team rdfs:label ?teamName .
  OPTIONAL { ?report fifa:possession ?possession }
  OPTIONAL { ?report fifa:passes ?passes }
  OPTIONAL { ?report fifa:passesCompleted ?passesCompleted }
  OPTIONAL { ?report fifa:goals ?goals }
  OPTIONAL { ?report fifa:attemptAtGoal ?shots }
  OPTIONAL { ?report fifa:attemptAtGoalOnTarget ?shotsOnTarget }
  OPTIONAL { ?report fifa:corners ?corners }
  OPTIONAL { ?report fifa:yellowCards ?yellowCards }
  OPTIONAL { ?report fifa:offsides ?offsides }
  OPTIONAL { ?report fifa:defensivePressuresApplied ?defPress }
  OPTIONAL { ?report fifa:forcedTurnovers ?turnovers }
  OPTIONAL { ?report fifa:phaseAggregateHighPress ?highPress }
  OPTIONAL { ?report fifa:phaseAggregateCounterPress ?counterPress }
}
ORDER BY ?teamName
▶ Run live query