2026 FIFA World Cup · Group H · Match 400021484
Spain
1
27 June 2026 · 00:00 UTC
Attendance
Group H · Spain Win
FIFA
FIFA — Group H reaches a scintillating conclusion as past champions Uruguay and Spain lock horns in Guadalajara.
Image source: digitalhub.fifa.com
Uruguay v Spain: Live stream, team news, tickets and more — Group H reaches a scintillating conclusion as past champions Uruguay and Spain lock horns in Guadalajara.
Match Goals
Uruguay 0–1 Spain
Alex BAENA 42' — Goal 42' BAENA ⚽ URUGUAY → ← SPAIN
Goal positions — Uruguay attacks right
Uruguay
No goals scored
Spain
42' · Regular goal
Match Timeline
Key events
42'
Spain
45'
Sub Uruguay
Team Statistics
Head-to-head metrics
Uruguay
Possession28.0%
Passes128
Pass Accuracy68.8%
Shots3
Shots on Target0
Corners0
Yellow Cards0
Offsides2
Defensive Pressures
Forced Turnovers13
Linebreaks (Att/Comp)— / —
Spain
Possession56.0%
Passes349
Pass Accuracy91.4%
Shots3
Shots on Target1
Corners5
Yellow Cards0
Offsides1
Defensive Pressures
Forced Turnovers15
Linebreaks (Att/Comp)— / —
Comparative
URU 28.0%PossessionESP 56.0%
URU 128PassesESP 349
URU 3ShotsESP 3
URU 0Shots on TargetESP 1
URU 0Def. PressuresESP 0
URU 8Counter-PressESP 12
Phase Analytics
Tactical phase aggregates
Uruguay · 4-4-2
High Press
4.0
Counter-Press
8.0
Mid Block
14.5
Low Block
28.9
Att. Transition
21.9
Final Third
10.1
High Block
3.5
Turnovers
13.0
Spain · 4-4-2
High Press
6.9
Counter-Press
11.9
Mid Block
19.1
Low Block
5.5
Att. Transition
9.2
Final Third
9.4
High Block
5.5
Turnovers
15.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.
Uruguay — Pressing Profile
Counter-Press Intensity (score: 7.99 / 20)
High Press (score: 4.03 / 20)
Mid Block (score: 14.54 / 50)
Low Block (score: 28.89 / 50)
Deep Block / Low Block
Spain — Pressing Profile
Counter-Press Intensity (score: 11.88 / 20)
High Press (score: 6.92 / 20)
Mid Block (score: 19.09 / 50)
Low Block (score: 5.49 / 50)
High Counter-Press
Uruguay Phase Intensity Over Match Time
0' 15' 30' 45' 60' 90' ⚽42' Mid Block Low Block High Press
Phase aggregate values interpolated from temporal analytics snapshots · Goal events shown as vertical markers
Formations & Tactics
Starting XI
Uruguay · 4-4-2 · Coach: Pablo QUIROGA
23MUSLERA9NUNEZ14CANOBBIO6BENTANCUR16OLIVERA5UGARTE ↓45'8VALVERDE13VARELA25SANABRIA20ARAUJO3CACERES
Spain · 4-4-2 · Coach: Alberto DE LA FUENTE
23SIMON20PEDRI6MERINO16RODRI15BAENA ⚽42'5LLORENTE22CUBARSI24CUCURELLA14LAPORTE19YAMAL21OYARZABAL
Squads
Match squads
Post-Match Intelligence
Core Players & Final Team Stats
Uruguay — Final Stats
Possession28.0%
Passes / Completed128 / 88
Pass Accuracy68.8%
Shots / On Target3 / 0
Corners0
Yellow Cards0
Offsides2
Def. Pressures
Forced Turnovers13
Linebreaks (Att / Comp)— / —
Counter-Press Score7.99
Spain — Final Stats
Possession56.0%
Passes / Completed349 / 319
Pass Accuracy91.4%
Shots / On Target3 / 1
Corners5
Yellow Cards0
Offsides1
Def. Pressures
Forced Turnovers15
Linebreaks (Att / Comp)— / —
Counter-Press Score11.88
Head-to-Head Comparison
URU 28.0%PossessionESP 56.0%
URU 128PassesESP 349
URU 3ShotsESP 3
URU 0Shots on TargetESP 1
URU 0Def. PressuresESP 0
URU 8Counter-PressESP 12
Distance & Speed Comparison
URU 49,144Total Distance (m)ESP 48,424
URU 0Total SprintsESP 0
URU 34.7Max Top Speed (km/h)ESP 33.5
URU 28.2Avg Top Speed (km/h)ESP 28.9
Uruguay — Core Performers
PlayerDist mPassSprkm/hHighlight
Darwin NUNEZ4,9911134.6
Agustin CANOBBIO4,979132.5
Rodrigo BENTANCUR4,9581126.8
Mathias OLIVERA4,8601626.5
Manuel UGARTE4,8291629.4
Federico VALVERDE4,712534.7
Guillermo VARELA4,611732.8
Juan Manuel SANABRIA4,571731.9
Spain — Core Performers
PlayerDist mPassSprkm/hHighlight
PEDRI5,2263626.6
Mikel MERINO5,1801626.8
RODRI5,1374727.3
Alex BAENA4,7131533.5
Marcos LLORENTE4,7022330.5🎯
Pau CUBARSI4,6165231.1
Marc CUCURELLA4,3241731.1
Aymeric LAPORTE4,3085425.9
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 "400021484" .
  ?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
Uruguay vs Spain — 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 "400021484" .
  ?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 "400021484" .
  ?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 "400021484" .
  ?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