Panama vs England Preview, Form, Lineups, H2H & Match Info
(East Rutherford)
const ACTIONS = ["Live Score","Preview","Prediction","Lineups","Head 2 Head","Live Stream","Stats"]; const ACTION_SUFFIX = { "Live Score":"-live-score", "Preview":"-preview", "Prediction":"-prediction", "Lineups":"-lineups", "Head 2 Head":"-head-to-head", "Live Stream":"-live-stream", "Stats":"-stats" }; const ENDPOINTS = ["/wp-json/wp/v2/posts","/wp-json/wp/v2/pages"]; const BASE_ALIASES = { "south-korea-vs-czechia":["korea-republic-vs-czechia"], "korea-republic-vs-czechia":["south-korea-vs-czechia"], "canada-vs-bosnia":["canada-vs-bosnia-and-herzegovina"], "canada-vs-bosnia-and-herzegovina":["canada-vs-bosnia"] };
const NAV_META = { mhnav:{ cls:"mhnav-t", pad:"13px 16px", font:"13px", border:"2px", margin:"0" }, fnav:{ cls:"fnav-t", pad:"14px 18px", font:"14px", border:"2.5px", margin:"-2px" }, flnav:{ cls:"flnav-t", pad:"14px 18px", font:"14px", border:"2.5px", margin:"-2px" }, fhnav:{ cls:"fhnav-t", pad:"14px 18px", font:"14px", border:"2.5px", margin:"-2px" }, flsnav:{ cls:"flsnav-t", pad:"14px 18px", font:"14px", border:"2.5px", margin:"-2px" }, fstnav:{ cls:"fstnav-t", pad:"14px 18px", font:"14px", border:"2.5px", margin:"-2px" } };
function currentSlug(){ return String(window.location.pathname || "").replace(/^\/+|\/+$/g, "").toLowerCase(); }
function activeLabel(slug){ if (slug.endsWith("-live-score")) return "Live Score"; if (slug.endsWith("-preview")) return "Preview"; if (slug.endsWith("-prediction") || /-prediction(?:-|$)/.test(slug)) return "Prediction"; if (slug.endsWith("-lineups")) return "Lineups"; if (slug.endsWith("-head-to-head")) return "Head 2 Head"; if (slug.endsWith("-live-stream")) return "Live Stream"; if (slug.endsWith("-stats")) return "Stats"; return ""; }
function baseFromSlug(slug){ const suffixes = [ "-live-score","-preview","-prediction","-lineups","-head-to-head","-live-stream","-stats" ]; for (const suf of suffixes){ if (slug.endsWith(suf)) return slug.slice(0, -suf.length); } return slug; }
function candidateBases(base){ const extras = BASE_ALIASES[base] || []; return Array.from(new Set([base, ...extras].filter(Boolean))); }
function candidateSlugs(base, label){ const suf = ACTION_SUFFIX[label]; if (!suf) return []; return candidateBases(base).map((b)=>`${b}${suf}`); }
async function fetchPublished(slugs){ const found = new Set(); if (!slugs.length) return found; const csv = slugs.join(","); for (const ep of ENDPOINTS){ try{ const qs = new URLSearchParams({ per_page:"100", _fields:"slug", slug:csv }); const res = await fetch(`${ep}?${qs.toString()}`, { headers:{"Accept":"application/json"}, cache:"no-store" }); if (!res.ok) continue; const rows = await res.json(); if (!Array.isArray(rows)) continue; rows.forEach((row)=>{ const s = String(row && row.slug ? row.slug : "").trim(); if (s) found.add(s); }); }catch(e){} } return found; }
function linkMap(base, published){ const out = {}; const liveSlug = candidateSlugs(base,"Live Score").find((slug)=>published.has(slug)); const liveUrl = liveSlug ? `/${liveSlug}/` : ""; const anchorMap = { "Lineups":"#lineups", "Head 2 Head":"#h2h", "Stats":"#stats" }; ACTIONS.forEach((label)=>{ if (anchorMap[label] && liveUrl){ out[label] = `${liveUrl}${anchorMap[label]}`; return; } let hit = candidateSlugs(base,label).find((slug)=>published.has(slug)); if (!hit && label === "Live Stream"){ hit = [`watch-${base}`, `${base}-tv-channel-kick-off-time`, `${base}-tv-schedule`].find((slug)=>published.has(slug)); } out[label] = hit ? `/${hit}/` : ""; }); return out; }
function renderNavById(container, map, active){ const id = container.id || ""; const meta = NAV_META[id] || { cls:"", pad:"14px 18px", font:"14px", border:"2.5px", margin:"-2px" }; const cls = meta.cls ? ` class="${meta.cls}"` : "";
const html = ACTIONS.map((label)=>{ const isActive = active && label === active; const href = map[label] || ""; const style = `padding:${meta.pad};font-size:${meta.font};font-weight:${isActive?700:400};color:${isActive?'#0d1f3c':(href?'#4b5563':'#94a3b8')};border-bottom:${meta.border} solid ${isActive?'#0d1f3c':'transparent'};margin-bottom:${meta.margin};${id==='mhnav'?'white-space:nowrap;':'white-space:nowrap;'}${href&&!isActive?'':'cursor:default;'}text-decoration:none;`; if (!isActive && href){ return `\x3Ca${cls} href="${href}" style="${style}">${label}\x3C/a>`; } return `\x3Cspan${cls} style="${style}">${label}\x3C/span>`; }).join("");
container.innerHTML = html; }
function renderFwcpActions(container, map, active){ const html = ACTIONS.map((label)=>{ const isActive = active && label === active; const href = map[label] || ""; const style = `color:${isActive?'#0d1f3c':(href?'#3b4352':'#98a1b2')};font-weight:${isActive?800:600};${isActive?'border-bottom:2px solid #0d1f3c;':''}`; if (!isActive && href){ return `\x3Ca href="${href}" style="${style}">${label}\x3C/a>`; } return `\x3Cspan style="${style}">${label}\x3C/span>`; }).join(""); container.innerHTML = html; }
async function init(){ const slug = currentSlug(); const base = baseFromSlug(slug); const active = activeLabel(slug); const wanted = new Set(); ACTIONS.forEach((label)=>candidateSlugs(base,label).forEach((s)=>wanted.add(s))); [`watch-${base}`, `${base}-tv-channel-kick-off-time`, `${base}-tv-schedule`].forEach((s)=>wanted.add(s)); const published = await fetchPublished(Array.from(wanted));
const map = linkMap(base, published);
const idNav = document.querySelector('#mhnav,#fnav,#flnav,#fhnav,#flsnav,#fstnav'); if (idNav) renderNavById(idNav, map, active);
const fwcp = document.querySelector('.fwcp-top-actions'); if (fwcp) renderFwcpActions(fwcp, map, active || 'Live Score'); }
init(); })();
The Panama vs England preview covers Match 67 in Group L at New York/New Jersey Stadium. FIFA lists the fixture for 27 June 2026, and the MetLife Stadium event listing confirms a 5:00 PM local start in East Rutherford. England enter on four points after beating Croatia and drawing with Ghana. Panama arrive without a point after two 1-0 defeats.
The stakes are clear because Group L closes with two matches at the same time. England can protect their knockout route with a composed result, while Panama need their first tournament goal and a stronger attacking response. Ghana and Croatia meet in the other group match, so goal difference and third-place positioning can shift quickly.
Panama Preview
Panama have competed for long spells, but two narrow losses have left them bottom of Group L. Thomas Christiansen’s side lost 1-0 to Ghana after a stoppage-time goal, then lost 1-0 to Croatia. Those results show defensive resistance, yet they also expose the biggest problem. Panama have not scored in the group.
Adalberto Carrasquilla has to connect midfield with the attack. Anibal Godoy can protect the centre, while Michael Murillo and Eric Davis give Panama physical full-back profiles. Ismael Diaz remains a direct threat when he receives early. Panama need those players to turn defensive recoveries into real chances, not only territory.
The likely plan is compact, direct, and selective. Panama cannot chase England across the pitch for long spells because Kane, Bellingham, and Saka can punish broken spacing. Christiansen needs his side to hold a tight block, force England wide, and attack the first loose pass.
England Preview
England opened Group L with a 4-2 win over Croatia, then drew 0-0 with Ghana. Thomas Tuchel’s team sit level on points with Ghana and ahead of Croatia before the final matchday. That position gives England control, but it does not remove pressure. A poor result can still complicate seeding and knockout planning.
Harry Kane gives England the central scoring reference. Jude Bellingham can attack the gap between midfield and defence, while Bukayo Saka offers one-v-one threat on the right. Declan Rice and Elliot Anderson can help England manage the ball if Panama sit deep. The key is patience, because Panama will welcome rushed attacks.
England should have more possession and more territory. The question is whether they can turn that control into early shots from strong locations. If Panama keep the game level into the second half, England may need quicker wide rotations and cleaner second-ball pressure.
Panama Team News
Panama’s official starting XI remains yet to be confirmed until team sheets arrive before kickoff. The synced lineup family projects a 4-2-3-1 with Orlando Mosquera in goal. Amir Murillo, Fidel Escobar, Andres Andrade, and Eric Davis form the current defensive line. Godoy and Carrasquilla are projected as the midfield base.
Jose Luis Rodriguez, Ismael Diaz, and Yoel Barcenas sit behind Cecilio Waterman in the current projection. Jose Fajardo remains a forward option if Christiansen wants a different attacking reference. Panama’s confirmed absences remain yet to be confirmed, so the final XI can still shift after late training and matchday checks.
England Team News
England’s official XI is also yet to be confirmed. The synced lineup projection uses a 4-2-3-1 with Jordan Pickford in goal. Reece James, Ezri Konsa, John Stones, and Nico O’Reilly form the current back line. Rice and Anderson provide the projected midfield platform.
Saka, Bellingham, and Marcus Rashford are projected behind Kane. Tuchel can still rotate because England have already taken four points, but the group is not finished. Workload, card risk, and late fitness checks should shape the final team sheet. Confirmed absences remain yet to be confirmed before kickoff.
Head to Head Record
Panama and England have one verified senior meeting. England won 6-1 at the 2018 FIFA World Cup on 24 June 2018. England Football lists that match as the only previous meeting and notes Harry Kane scored a hat-trick that day.
| H2H Stat | Record |
|---|---|
| Senior meetings | 1 |
| Panama wins | 0 |
| Draws | 0 |
| England wins | 1 |
| World Cup meetings | 1 |
| Last meeting | England 6-1 Panama, 2018 FIFA World Cup |
The H2H record gives England a clear historical edge, but the 2026 match depends on current group form. Panama need a far tighter first half than they managed in 2018. England need to avoid treating the past result as a shortcut because final group matches often become tense.
Key Battle to Watch
The key battle is Panama’s midfield screen against England’s between-line creators. Godoy and Carrasquilla must stop Bellingham receiving with time to turn. Rice and Anderson will try to pull Panama’s midfield across the pitch before England attack the gaps.
Panama’s full-backs also face a demanding job. Saka can isolate defenders on the right, while Rashford can attack the far-side channel if England switch play quickly. If Panama overcommit to one flank, Kane can attack crosses and cutbacks through the middle.
Set pieces deserve attention because England scored heavily from dead-ball situations in the 2018 meeting. Panama need first-contact discipline and clean clearances. England need quality delivery without leaving counter lanes open.
Group L Standings
Group L enters the final matchday with England and Ghana on four points. Croatia sit third with three points, and Panama are fourth without a point. The simultaneous fixtures mean England must manage their own result instead of waiting for help elsewhere.
| Pos | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | England | 2 | 1 | 1 | 0 | 4 | 2 | +2 | 4 |
| 2 | Ghana | 2 | 1 | 1 | 0 | 1 | 0 | +1 | 4 |
| 3 | Croatia | 2 | 1 | 0 | 1 | 3 | 4 | -1 | 3 |
| 4 | Panama | 2 | 0 | 0 | 2 | 0 | 2 | -2 | 0 |
England can still chase the group lead, but qualification security comes first. Panama cannot reach the top two from this position, yet a positive result can influence the group and improve their tournament finish. Follow the full World Cup 2026 standings as the final Group L matches update.
How to Watch Panama vs England Live
Panama vs England is scheduled for the 17:00 ET window in East Rutherford. Official TV and streaming access depends on local rights holders, so viewers should check listings near kickoff. FWCTimes has a dedicated Panama vs England TV channel and kick-off time page for watch information.
FWCTimes will also track Panama vs England live score, lineups, H2H, match stats, and match prediction coverage. The preview card only points to live published destinations, so the top navigation should stay clear of 404 links.
Official lineups should arrive close to kickoff. The live-score hub is the best place to check final team news, match events, and updated stats once the feed starts. Broadcast pages can change as local listings refresh before matchday.
Frequently Asked Questions
What time does Panama vs England kick off?
Panama vs England kicks off at 17:00 ET on 27 Jun 2026 at New York/New Jersey Stadium.
Where is Panama vs England being played?
The match is scheduled for New York/New Jersey Stadium in East Rutherford. MetLife Stadium lists the event for 5:00 PM local time.
What is the Panama vs England H2H record?
England lead the verified senior H2H 1-0. Their only previous meeting was a 6-1 England win at the 2018 FIFA World Cup.
What do Panama need from Group L?
Panama have no points after two matches, so they need a response, a first group point, and a better attacking display.
What do England need against Panama?
England have four points before the final matchday. Avoiding defeat keeps their knockout route under control.
Panama vs England gives Group L a final-day contrast. Panama need a disciplined response and their first goal of the tournament, while England need a controlled performance to secure their knockout path. The match should turn on England’s patience in possession, Panama’s midfield discipline, and whether Kane receives enough service around the penalty area. Follow FIFA World Cup 2026 coverage as kickoff approaches.


