Add Tribune As Your Trusted Source
TrendingVideosIndia
Opinions | CommentEditorialsThe MiddleLetters to the EditorReflections
UPSC | Exam ScheduleExam Mentor
State | Himachal PradeshPunjabJammu & KashmirHaryanaChhattisgarhMadhya PradeshRajasthanUttarakhandUttar Pradesh
City | ChandigarhAmritsarJalandharLudhianaDelhiPatialaBathindaShaharnama
World | ChinaUnited StatesPakistan
Diaspora
Features | The Tribune ScienceTime CapsuleSpectrumIn-DepthTravelFood
Business | My MoneyAutoZone
News Columns | Straight DriveCanada CallingLondon LetterKashmir AngleJammu JournalInside the CapitalHimachal CallingHill ViewBenchmark
Don't Miss
Advertisement

England Women vs Bangladesh Women - 8th Match - ICC Women's World Cup, 2025

Unlock Exclusive Insights with The Tribune Premium

Take your experience further with Premium access. Thought-provoking Opinions, Expert Analysis, In-depth Insights and other Member Only Benefits
Yearly Premium ₹999 ₹349/Year
Yearly Premium $49 $24.99/Year
Advertisement

Venue: Barsapara Cricket Stadium Guwahati

Advertisement

Match coverage has started! Live updates will appear here.

Advertisement

This live blog is AI generated.

Player of the Match: Heather Knight

October 7, 2025 10:05 pm

Advertisement

Heather Knight has been awarded the Player of the Match for her outstanding performance, leading her team to victory with her crucial batting.

England Women Seal Victory with Dean's Boundary! | Bangladesh Women - 178/10(49.4), England Women - 182/6(46.1)

October 7, 2025 9:45 pm

England Women clinched a thrilling 4-wicket victory over Bangladesh Women. Chasing 179, England reached the target in 46.1 overs, thanks to a crucial partnership and Charlie Dean's winning boundary. A hard-fought win for England!

England Women secure thrilling victory with a boundary! | England Women - 179/6 (46.1)

October 7, 2025 9:45 pm

Charlie Dean hits a magnificent boundary off Sobhana Mostary to seal a thrilling 4-wicket victory for England Women. A fantastic chase under pressure!

Charlie Dean seals the win with a boundary! | England Women - 182/6 (46.1)

October 7, 2025 9:44 pm

Charlie Dean hits a magnificent boundary off Sobhana Mostary to clinch a thrilling victory for England Women! What a way to finish the match, securing the win by 4 wickets.

Knight's Boundary Boosts England! | England Women - 173/6 (45.0)

October 7, 2025 9:40 pm

Heather Knight smashes a much-needed boundary, ending the over with a flourish and injecting momentum into England Women's chase. A vital stroke under pressure.

Fahima Khatun bowls a crucial maiden over! | England Women - 163/6 (44.0)

October 7, 2025 9:36 pm

Fahima Khatun bowls a brilliant maiden over to Charlie Dean, completely stifling the scoring. This tight bowling is piling immense pressure on England Women in their chase, making every run a battle.

Knight's Boundary Boosts England | England Women - 159/6 (42.1)

October 7, 2025 9:32 pm

Heather Knight smashes a much-needed boundary, finding the ropes with precision. This four will help release some pressure and keep England Women in the chase.

Crucial 50-Run Partnership for England Women! | England Women - 153/6 (40.5)

October 7, 2025 9:26 pm

Heather Knight (33 runs off 29 balls) and Charlie Dean (17 runs off 39 balls) have forged a crucial 50-run partnership in 68 balls. This stand has been vital in steadying England Women's innings after early wickets.

Knight breaks the shackles with a boundary! | England Women - 151/6 (40.2)

October 7, 2025 9:25 pm

Heather Knight finds the boundary, easing some pressure on England Women. A well-timed shot that brings up a much-needed four.

Maiden Over from Ritu Moni! | England Women - 147/6 (40.0)

October 7, 2025 9:24 pm

Ritu Moni bowls a brilliant maiden over to Charlie Dean, stifling the scoring and building immense pressure on England Women. This tight bowling performance is crucial for Bangladesh Women in defending their total.

Knight Reaches Fifty Under Pressure! | England Women - 137/6 (36.1)

October 7, 2025 9:13 pm

Heather Knight brings up a crucial half-century (50 runs off 86 balls, 5 fours, 1 six) under immense pressure, leading the charge for England Women in a challenging chase.

Captain Fantastic: Heather Knight Reaches Fighting Fifty! | England Women - 138/6 (36.2)

October 7, 2025 9:12 pm

Heather Knight brings up her fifty with a single, a truly vital innings for England Women under immense pressure. She has battled hard and shown great leadership. :root { --text-color-light: #333; --bg-color-light: #f9f9f9; --header-bg-light: #e0e0e0; --row-even-bg-light: #f2f2f2; --row-odd-bg-light: #ffffff; --highlight-bg-light: #d4edda; /* Greenish for highlights */ --border-color-light: #ccc; --text-color-dark: #e0e0e0; --bg-color-dark: #1a1a1a; --header-bg-dark: #333; --row-even-bg-dark: #2a2a2a; --row-odd-bg-dark: #1a1a1a; --highlight-bg-dark: #3a5a40; /* Darker greenish for highlights */ --border-color-dark: #555; } @media (prefers-color-scheme: dark) { body { --text-color: var(--text-color-dark); --bg-color: var(--bg-color-dark); --header-bg: var(--header-bg-dark); --row-even-bg: var(--row-even-bg-dark); --row-odd-bg: var(--row-odd-bg-dark); --highlight-bg: var(--highlight-bg-dark); --border-color: var(--border-color-dark); } } @media (prefers-color-scheme: light) { body { --text-color: var(--text-color-light); --bg-color: var(--bg-color-light); --header-bg: var(--header-bg-light); --row-even-bg: var(--row-even-bg-light); --row-odd-bg: var(--row-odd-bg-light); --highlight-bg: var(--highlight-bg-light); --border-color: var(--border-color-light); } } .scorecard-container { font-family: Arial, sans-serif; color: var(--text-color); background-color: var(--bg-color); border: 1px solid var(--border-color); border-radius: 8px; margin: 10px 0; overflow: hidden; max-width: 100%; } .scorecard-header { background-color: var(--header-bg); padding: 10px 15px; font-weight: bold; font-size: 1.1em; border-bottom: 1px solid var(--border-color); } .scorecard-section { padding: 10px 15px; } .scorecard-section h3 { margin-top: 0; margin-bottom: 10px; font-size: 1em; color: var(--text-color); } .scorecard-table-wrapper { overflow-x: auto; max-width: 100%; } .scorecard-table { width: 100%; border-collapse: collapse; min-width: 400px; /* Ensures table is readable on small screens */ } .scorecard-table th, .scorecard-table td { border: 1px solid var(--border-color); padding: 8px 12px; text-align: left; font-size: 0.9em; } .scorecard-table th { background-color: var(--header-bg); font-weight: bold; } .scorecard-table tbody tr:nth-child(even) { background-color: var(--row-even-bg); } .scorecard-table tbody tr:nth-child(odd) { background-color: var(--row-odd-bg); } .scorecard-table .highlight-row { background-color: var(--highlight-bg); font-weight: bold; } .scorecard-summary { padding: 10px 15px; font-size: 0.9em; border-top: 1px solid var(--border-color); } @media (max-width: 600px) { .scorecard-header { font-size: 1em; padding: 8px 10px; } .scorecard-section { padding: 8px 10px; } .scorecard-table th, .scorecard-table td { padding: 6px 8px; font-size: 0.8em; } .scorecard-summary { padding: 8px 10px; font-size: 0.8em; } }

Match Scorecard

England Women Batting

Batsman R B 4s 6s SR
Heather Knight 50 86 5 1 58.14
Charlie Dean 12 22 1 0 54.55

Bangladesh Women Bowling

Bowler O M R W Econ
Shanjida Akter 7.0 0 24 1 3.43
Rabeya Khan 6.0 1 29 0 4.83
Shorna Akter 3.2 0 16 0 4.8
England Women: 138/6 (36.2 Overs)
Bangladesh Women: 178/10 (49.4 Overs)

Heather Knight Reaches Half-Century! | England Women - 138/6 (36.2)

October 7, 2025 9:12 pm

Heather Knight brings up her well-deserved fifty with a single! A crucial innings under immense pressure, showcasing her resilience and skill. She has scored 50 runs off 86 balls, including 5 fours and 1 six.

Knight finds the boundary! | England Women - 136/6 (35.5)

October 7, 2025 9:10 pm

Heather Knight smashes a crucial boundary, easing the pressure on England Women and keeping the scoreboard ticking. A well-timed shot that found the gap perfectly. :root { --bg-color-light: #ffffff; --text-color-light: #333333; --header-bg-light: #f2f2f2; --row-even-bg-light: #f9f9f9; --row-odd-bg-light: #ffffff; --highlight-bg-light: #e0ffe0; /* Light green for highlights */ --border-color-light: #dddddd; --bg-color-dark: #282c34; --text-color-dark: #e0e0e0; --header-bg-dark: #3a3f47; --row-even-bg-dark: #2e323a; --row-odd-bg-dark: #282c34; --highlight-bg-dark: #3e5e3e; /* Darker green for highlights */ --border-color-dark: #444444; } @media (prefers-color-scheme: dark) { body { background-color: var(--bg-color-dark); color: var(--text-color-dark); } table { border-color: var(--border-color-dark); } th { background-color: var(--header-bg-dark); border-color: var(--border-color-dark); } td { border-color: var(--border-color-dark); } tr:nth-child(even) { background-color: var(--row-even-bg-dark); } tr:nth-child(odd) { background-color: var(--row-odd-bg-dark); } .highlight-stat { background-color: var(--highlight-bg-dark); } } @media (prefers-color-scheme: light) { body { background-color: var(--bg-color-light); color: var(--text-color-light); } table { border-color: var(--border-color-light); } th { background-color: var(--header-bg-light); border-color: var(--border-color-light); } td { border-color: var(--border-color-light); } tr:nth-child(even) { background-color: var(--row-even-bg-light); } tr:nth-child(odd) { background-color: var(--row-odd-bg-light); } .highlight-stat { background-color: var(--highlight-bg-light); } } .scorecard-container { font-family: Arial, sans-serif; margin: 10px auto; padding: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); overflow-x: auto; max-width: 100%; background-color: var(--bg-color-light); color: var(--text-color-light); } @media (prefers-color-scheme: dark) { .scorecard-container { background-color: var(--bg-color-dark); color: var(--text-color-dark); box-shadow: 0 2px 5px rgba(0,0,0,0.3); } } .scorecard-container h3 { text-align: center; margin-bottom: 15px; color: inherit; } .scorecard-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; min-width: 400px; /* Ensure readability on smaller screens */ } .scorecard-table th, .scorecard-table td { border: 1px solid var(--border-color-light); padding: 8px 12px; text-align: left; font-size: 0.9em; } @media (prefers-color-scheme: dark) { .scorecard-table th, .scorecard-table td { border: 1px solid var(--border-color-dark); } } .scorecard-table th { background-color: var(--header-bg-light); font-weight: bold; color: inherit; } .scorecard-table tr:nth-child(even) { background-color: var(--row-even-bg-light); } .scorecard-table tr:nth-child(odd) { background-color: var(--row-odd-bg-light); } /* Highlight key stats */ .highlight-stat { font-weight: bold; background-color: var(--highlight-bg-light); } /* Responsive adjustments */ @media screen and (max-width: 600px) { .scorecard-table th, .scorecard-table td { padding: 6px 8px; font-size: 0.8em; } }

England Women Batting

Batsman R B 4s 6s SR
Heather Knight 48 83 5 1 57.83
Charlie Dean 12 22 1 0 54.55

Bangladesh Women Bowling

Bowler O M R W ECON
Shanjida Akter 6.5 0 23 1 3.37
Rabeya Khan 6.0 1 29 0 4.83

Charlie Dean's Crucial Boundary | England Women - 122/6(32.2)

October 7, 2025 9:00 pm

Charlie Dean smashes a much-needed boundary, finding the gap with precision and bringing some momentum back to England Women's innings. This boundary helps ease the pressure on the batting side.

Charlie Dean finds the boundary! | England Women - 122/6(32.2)

October 7, 2025 8:58 pm

Charlie Dean dispatches the ball for a much-needed boundary! This four brings some momentum back to England Women, who are fighting hard in this chase.

Knight finds the boundary! | England Women - 116/6 (31.3)

October 7, 2025 8:54 pm

Heather Knight smashes a crucial boundary, finding the gap with precision. This four provides a much-needed boost for England Women, easing some of the pressure and keeping the scoreboard ticking in a challenging chase.

Knight finds the boundary! | England Women - 109/6 (30.1)

October 7, 2025 8:50 pm

Heather Knight strikes a superb boundary, finding the gap with precision. This four brings some much-needed momentum and relief for England Women in a tough chase.

LBW! Shanjida Akter Strikes, Capsey Departs! | England Women - 103/6 (29.3)

October 7, 2025 8:44 pm

Shanjida Akter gets the breakthrough! Alice Capsey is trapped plumb in front, dismissed LBW for 20 runs off 34 balls. A crucial wicket for Bangladesh Women at a critical juncture.

England Women reach 100 runs! | England Women - 100/5 (27.6)

October 7, 2025 8:39 pm

Alice Capsey takes a single to bring up England Women's 100 runs. A crucial milestone for the team after losing early wickets, providing a glimmer of hope in their chase.

Capsey finds the boundary! | England Women - 96/5 (26.1)

October 7, 2025 8:33 pm

Alice Capsey breaks the shackles with a superb boundary, adding crucial runs to England Women's total. This will help ease the pressure after a tight spell of bowling.

Capsey Breaks the Shackles with a Boundary! | England Women - 90/5(24.3)

October 7, 2025 8:28 pm

Alice Capsey finds the boundary ropes with a well-timed shot, bringing some much-needed runs for England Women. This boundary helps to release some of the pressure after a tight spell of bowling.

Capsey Breaks the Shackles with a Boundary! | England Women - 82/5 (22.4)

October 7, 2025 8:22 pm

Alice Capsey finds the boundary with a well-timed shot, bringing some much-needed runs and relief for England Women after a flurry of wickets. This boundary helps ease the pressure building on the new batter.

Fahima Khatun Strikes Again! Emma Lamb Departs! | England Women - 78/5 (22.1)

October 7, 2025 8:18 pm

Fahima Khatun picks up another crucial wicket as Emma Lamb is caught by Nahida Akter for just 1 run. England Women are now in deeper trouble, losing their fifth wicket.

Knight's Mighty Six! | England Women - 78/4 (21.3)

October 7, 2025 8:15 pm

Heather Knight breaks the shackles with a superb six, sending the ball sailing over the ropes! This much-needed boundary injects some life into England Women's innings.

Maiden Over by Rabeya Khan! | England Women - 70/4 (20.0)

October 7, 2025 8:10 pm

Rabeya Khan bowls a brilliant maiden over to Emma Lamb, not conceding a single run. This disciplined bowling is piling pressure on England Women, who are struggling to find momentum and rotate the strike.

Fahima Khatun's Double Strike! Dunkley Falls LBW | England Women - 69/4 (18.5)

October 7, 2025 8:08 pm

Sophia Dunkley is out LBW by Fahima Khatun, departing for a duck. This is a massive wicket for Bangladesh, putting England Women under immense pressure and further denting their chase.

Double Strike! Fahima Khatun on a Hat-trick! | England Women - 69/4(18.3)

October 7, 2025 8:06 pm

Fahima Khatun picks up her second wicket in two balls, trapping Sophia Dunkley LBW for a duck! Bangladesh Women are on fire, creating immense pressure on England Women.

LBW! Fahima Khatun on a roll! | England Women - 69/3 (18.2)

October 7, 2025 8:05 pm

Oh, what a delivery! Fahima Khatun strikes again, and Sophia Dunkley is out LBW for a golden duck! The umpire's finger goes up, and England Women are in deep trouble, losing two wickets in two balls!

Wicket! Sciver departs! | England Women - 69/3 (18.2)

October 7, 2025 8:02 pm

Natalie Sciver is out! A crucial breakthrough for Bangladesh as Sciver is caught by Fargana Hoque off the bowling of Fahima Khatun. Sciver departs after scoring 32 runs from 41 balls, including 5 fours. This wicket puts England under immense pressure.

Maiden Over! Fahima Khatun's Tight Spell | England Women - 64/2 (15.0)

October 7, 2025 7:50 pm

Fahima Khatun bowls a brilliant maiden over to Heather Knight, stifling the scoring and building immense pressure on the English batters. A superb display of disciplined bowling.

Sciver's Superb Boundary! | England Women - 55/2 (10.6)

October 7, 2025 7:31 pm

Natalie Sciver smashes another boundary, her fifth of the innings, showcasing her aggressive intent and keeping the pressure on the bowlers. A fantastic shot to end the over!

England Women Reach Fifty! | England Women - 50/2 (10.2)

October 7, 2025 7:30 pm

England Women have reached their team fifty, showing resilience after losing two early wickets. This milestone is a testament to the current partnership building steadily.

England Women Reach 50! | England Women - 50/2 (10.2)

October 7, 2025 7:30 pm

England Women have reached the 50-run mark, a significant milestone after losing two early wickets. Natalie Sciver and Heather Knight are rebuilding the innings steadily.

Sciver's Boundary Blitz! | England Women - 49/2 (10.1)

October 7, 2025 7:29 pm

Natalie Sciver smashes a glorious boundary off the first ball of Rabeya Khan's over, continuing her aggressive start and boosting England Women's scoring rate.

.scorecard-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; border-collapse: collapse; width: 100%; margin: 15px 0; overflow-x: auto; color: #333; background-color: #fff; border: 1px solid #ddd; border-radius: 8px; } .scorecard-table { width: 100%; border-collapse: collapse; min-width: 500px; /* Ensure readability on smaller screens */ } .scorecard-table th, .scorecard-table td { border: 1px solid #eee; padding: 10px 12px; text-align: left; } .scorecard-table th { background-color: #f5f5f5; font-weight: bold; text-transform: uppercase; font-size: 0.85em; color: #555; } .scorecard-table tr:nth-child(even) { background-color: #f9f9f9; } .scorecard-table tr:hover { background-color: #f0f0f0; } .scorecard-heading { font-size: 1.2em; font-weight: bold; padding: 15px 12px 10px; border-bottom: 1px solid #eee; color: #333; } .highlight-stat { font-weight: bold; color: #007bff; /* A neutral blue for highlights */ } /* Dark mode styles */ @media (prefers-color-scheme: dark) { .scorecard-container { background-color: #2c2c2c; color: #e0e0e0; border-color: #444; } .scorecard-table th { background-color: #3a3a3a; color: #c0c0c0; } .scorecard-table td { border-color: #3a3a3a; } .scorecard-table tr:nth-child(even) { background-color: #333; } .scorecard-table tr:hover { background-color: #404040; } .scorecard-heading { color: #e0e0e0; border-bottom-color: #444; } .highlight-stat { color: #78baff; /* Lighter blue for dark mode */ } }
Batsman Stats
Batsman Runs Balls Fours Sixes SR
Natalie Sciver 19 13 4 0 146.15
Heather Knight 9 28 2 0 32.14
Bowler Stats
Bowler Overs Maiden Runs Wickets Economy
Rabeya Khan 0.1 0 4 0 24
Shanjida Akter 2.0 0 3 0 1.5

Sciver on Fire: Consecutive Boundaries! | England Women - 43/2 (8.5)

October 7, 2025 7:24 pm

Natalie Sciver smashes another boundary, her third in quick succession, putting pressure on the bowlers and accelerating England Women's scoring. She is now on 14 runs from 9 balls.

Natalie Sciver finds the boundary! | England Women - 39/2 (8.4)

October 7, 2025 7:23 pm

Natalie Sciver smashes a glorious boundary, adding crucial runs to England Women's total. This four helps release some pressure after a tight spell of bowling from Marufa Akter, getting the scoreboard moving.

Sciver finds the boundary! | England Women - 35/2 (8.1)

October 7, 2025 7:21 pm

Natalie Sciver smashes a crucial boundary, finding the gap and getting the scoreboard moving for England Women after a period of tight bowling. This will help ease the pressure.

Marufa Akter Strikes! Beaumont Departs LBW! | England Women - 29/2 (6.1)

October 7, 2025 7:11 pm

Tammy Beaumont is out LBW to Marufa Akter! A crucial wicket for Bangladesh Women after a series of wides, breaking a developing partnership and putting England Women under pressure once again.

Knight finds the boundary! | England Women - 26/1 (5.2)

October 7, 2025 7:07 pm

Heather Knight smashes a superb boundary, adding crucial runs to England Women's total. This boundary helps to release some pressure after a period of tight bowling from Bangladesh.

Knight Strikes a Boundary! | England Women - 26/1 (5.3)

October 7, 2025 7:06 pm

Heather Knight finds the boundary with a well-timed shot! This much-needed four brings some momentum back to England Women's innings, easing the pressure after a period of tight bowling. She moves to 8 runs.

Beaumont breaks free with a boundary! | England Women - 21/1 (5.1)

October 7, 2025 7:05 pm

Tammy Beaumont smashes a much-needed boundary, finding the gap and getting the scoreboard moving for England Women. This boundary will ease some pressure.

Beaumont breaks free with a boundary! | England Women - 14/1 (3.3)

October 7, 2025 6:57 pm

Tammy Beaumont finds the gap and smashes a much-needed four, easing some pressure on England Women after a period of tight bowling.

Knight Breaks the Shackles with a Boundary! | England Women - 10/1 (2.5)

October 7, 2025 6:55 pm

Heather Knight smashes a much-needed boundary, easing the pressure on England Women after a tight start. This four brings England's score to 10 for 1.

Nahida Akter bowls a brilliant maiden over! | England Women - 6/1(2.0)

October 7, 2025 6:49 pm

Nahida Akter delivers a superb maiden over to Tammy Beaumont, not conceding a single run. This tight bowling builds immense pressure on England Women early in their chase.

Early Breakthrough! Marufa Akter Strikes! | England Women - 6/1 (1.0)

October 7, 2025 6:45 pm

Marufa Akter gets the first wicket for Bangladesh Women, trapping Amy Jones LBW for just 1 run. A crucial early breakthrough for Bangladesh! :root { --bg-color-light: #ffffff; --text-color-light: #333333; --header-bg-light: #f2f2f2; --row-even-bg-light: #f9f9f9; --row-odd-bg-light: #ffffff; --highlight-bg-light: #e0ffe0; /* Light green for highlights */ --border-color-light: #dddddd; --bg-color-dark: #282c34; --text-color-dark: #e0e0e0; --header-bg-dark: #3c4048; --row-even-bg-dark: #32363e; --row-odd-bg-dark: #282c34; --highlight-bg-dark: #4a6a4a; /* Darker green for highlights */ --border-color-dark: #444444; } @media (prefers-color-scheme: dark) { body { background-color: var(--bg-color-dark); color: var(--text-color-dark); } .scorecard-container { background-color: var(--bg-color-dark); border: 1px solid var(--border-color-dark); color: var(--text-color-dark); } .scorecard-header { background-color: var(--header-bg-dark); color: var(--text-color-dark); } .scorecard-table th { background-color: var(--header-bg-dark); color: var(--text-color-dark); border-bottom: 1px solid var(--border-color-dark); } .scorecard-table tr:nth-child(even) { background-color: var(--row-even-bg-dark); } .scorecard-table tr:nth-child(odd) { background-color: var(--row-odd-bg-dark); } .scorecard-table td { border-bottom: 1px solid var(--border-color-dark); color: var(--text-color-dark); } .scorecard-table .highlight { background-color: var(--highlight-bg-dark); } .scorecard-footer { border-top: 1px solid var(--border-color-dark); color: var(--text-color-dark); } } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0; padding: 20px; background-color: var(--bg-color-light); color: var(--text-color-light); } .scorecard-container { max-width: 800px; margin: 20px auto; background-color: var(--bg-color-light); border: 1px solid var(--border-color-light); border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); overflow: hidden; } .scorecard-header { background-color: var(--header-bg-light); color: var(--text-color-light); padding: 15px 20px; font-size: 1.4em; font-weight: bold; text-align: center; border-bottom: 1px solid var(--border-color-light); } .scorecard-section-title { font-size: 1.2em; font-weight: bold; padding: 10px 20px; background-color: var(--row-even-bg-light); border-bottom: 1px solid var(--border-color-light); color: var(--text-color-light); } @media (prefers-color-scheme: dark) { .scorecard-section-title { background-color: var(--row-even-bg-dark); border-bottom: 1px solid var(--border-color-dark); color: var(--text-color-dark); } } .scorecard-table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */ } .scorecard-table { width: 100%; border-collapse: collapse; font-size: 0.95em; min-width: 400px; /* Ensures table is not too narrow on small screens */ } .scorecard-table th, .scorecard-table td { padding: 10px 15px; text-align: left; border-bottom: 1px solid var(--border-color-light); } .scorecard-table th { background-color: var(--header-bg-light); color: var(--text-color-light); font-weight: bold; text-transform: uppercase; font-size: 0.85em; position: sticky; top: 0; } .scorecard-table tr:nth-child(even) { background-color: var(--row-even-bg-light); } .scorecard-table tr:nth-child(odd) { background-color: var(--row-odd-bg-light); } .scorecard-table .highlight { background-color: var(--highlight-bg-light); font-weight: bold; } .scorecard-footer { padding: 15px 20px; text-align: right; font-size: 1em; font-weight: bold; border-top: 1px solid var(--border-color-light); color: var(--text-color-light); } @media (max-width: 600px) { .scorecard-container { margin: 10px; border-radius: 0; } .scorecard-header { font-size: 1.2em; padding: 10px; } .scorecard-section-title { font-size: 1em; padding: 8px 10px; } .scorecard-table th, .scorecard-table td { padding: 8px 10px; font-size: 0.85em; } }

Match Scorecard
Batting: England Women
Batsman R B 4s 6s SR
Amy Jones 1 3 0 0 33.33
Tammy Beaumont 1 3 0 0 33.33
Bowling: Bangladesh Women
Bowler O M R W Eco
Marufa Akter 1.0 0 5 1 5
England Women - 6/1 (1.0)

Another Wide from Marufa Akter | England Women - 2/0 (0.1)

October 7, 2025 6:40 pm

Marufa Akter bowls another wide, adding an extra run to England Women's total. This is not the start Bangladesh Women wanted in their defense of 178 runs.

England's Chase Begins with a Wide! | Bangladesh Women - 178/10 (49.4), England Women - 1/0 (0.1)

October 7, 2025 6:39 pm

Marufa Akter starts the bowling for Bangladesh Women, delivering a wide to Tammy Beaumont. England Women begin their chase of 179 with an extra run on the scoreboard.

All Out! Smith takes the final wicket! | Bangladesh Women - 178/10 (49.4)

October 7, 2025 6:09 pm

Shanjida Akter is caught by Natalie Sciver off Linsey Smith, bringing an end to Bangladesh Women's innings. A crucial wicket at the death to wrap things up for England.

Rabeya Khan's late surge: Consecutive boundaries! | Bangladesh Women - 177/9 (49.2)

October 7, 2025 6:08 pm

Rabeya Khan smashes a brilliant four, following up her six with another boundary in the final over, providing a much-needed boost to the scoreboard for Bangladesh Women.

Khan Smashes a Maximum! | Bangladesh Women - 173/9 (49.1)

October 7, 2025 6:08 pm

Rabeya Khan smashes a magnificent six off Linsey Smith, adding crucial runs in the final over. This powerful shot boosts Bangladesh Women's total and provides a late surge of momentum.

Rabeya Khan Smashes Another Boundary! | Bangladesh Women - 166/9 (48.1)

October 7, 2025 6:04 pm

Rabeya Khan starts the 49th over with a magnificent boundary! She's showing great intent, adding crucial runs for Bangladesh Women. This boundary brings her total to 31 runs.

Double Strike for England! Capsey Takes Two in an Over! | Bangladesh Women - 157/9 (46.5)

October 7, 2025 5:59 pm

Marufa Akter is caught by Lauren Bell, giving Alice Capsey her second wicket of the over. Bangladesh Women are now 157 for 9.

Mostary Departs LBW! | Bangladesh Women - 156/8 (46.5)

October 7, 2025 5:57 pm

Sobhana Mostary, who was fighting a lone battle, has been dismissed LBW by Alice Capsey. A crucial breakthrough for England at a vital stage of the innings.

Rabeya Khan Smashes Another Four! | Bangladesh Women - 153/7 (46.0)

October 7, 2025 5:52 pm

Rabeya Khan continues her aggressive approach, smashing another boundary off Linsey Smith. This is her third four, adding crucial runs to the Bangladesh total.

Rabeya Khan finds the boundary! | Bangladesh Women - 149/7

October 7, 2025 5:51 pm

Rabeya Khan smashes a much-needed boundary off Linsey Smith, adding crucial runs to the scoreboard for Bangladesh Women. She is showing great intent to accelerate the scoring rate in these final overs.

Rabeya Khan hits another boundary! | Bangladesh Women - 139/7 (43.4)

October 7, 2025 5:44 pm

Rabeya Khan smashes her second boundary of the over, showing great intent and adding crucial runs to the scoreboard for Bangladesh Women.

Rabeya Khan finds the boundary! | Bangladesh Women - 135/7 (43.2)

October 7, 2025 5:43 pm

Rabeya Khan gets off the mark with a superb boundary, sending the ball racing to the fence. A much-needed boost for Bangladesh Women.

Ecclestone Strikes Again! Akter Caught! | Bangladesh Women - 130/7(43.0)

October 7, 2025 5:39 pm

Sophie Ecclestone picks up another wicket! Nahida Akter is caught by Charlie Dean for just 1 run. Ecclestone's brilliant spell continues to dismantle the Bangladesh batting lineup.

Mostary breaks the shackles with a boundary! | Bangladesh Women - 125/6 (41.3)

October 7, 2025 5:34 pm

Sobhana Mostary, after a period of tight bowling, finds the boundary with a well-timed shot, bringing some much-needed runs for Bangladesh Women. She moves to 55 runs.

Ecclestone Bowls Fahima Khatun! | Bangladesh Women - 121/6 (40.1)

October 7, 2025 5:30 pm

Sophie Ecclestone bowls Fahima Khatun for 7 runs off 24 balls. A crucial wicket for England, breaking a developing partnership and putting more pressure on Bangladesh Women.

Sobhana Mostary Reaches Fighting Fifty! | Bangladesh Women - 116/5 (37.4)

October 7, 2025 5:22 pm

Sobhana Mostary brings up a crucial half-century, reaching 50 runs off 92 balls with 7 fours. A vital innings under immense pressure for Bangladesh Women.

Sobhana Mostary's Gritty Half-Century! | Bangladesh Women - 116/5(37.4)

October 7, 2025 5:21 pm

Sobhana Mostary brings up a hard-fought half-century off 92 balls, including 7 fours. This crucial innings has provided much-needed stability for Bangladesh Women in a challenging situation.

Sobhana Mostary Reaches Fighting Fifty! | Bangladesh Women - 116/5(37.4)

October 7, 2025 5:21 pm

Sobhana Mostary brings up her well-deserved half-century, a crucial innings under pressure for Bangladesh Women. She has shown great resilience and skill, guiding her team through a tough period.

Sobhana Mostary One Run Away From Fifty! | Bangladesh Women - 115/5 (37.0)

October 7, 2025 5:20 pm

Sobhana Mostary is tantalizingly close to her half-century, currently batting on 49 runs off 88 balls. The pressure is mounting as she looks to reach this crucial milestone for Bangladesh Women.

Moni Falls to Dean! | Bangladesh Women - 108/5 (33.2)

October 7, 2025 5:07 pm

Ritu Moni is caught by Linsey Smith off the bowling of Charlie Dean for 5 runs off 36 balls. A crucial wicket for England as the pressure finally tells.

Bangladesh Women cross 100 with a boundary! | Bangladesh Women - 102/4 (30.5)

October 7, 2025 4:54 pm

Sobhana Mostary finds the boundary, driving the ball beautifully to bring up Bangladesh Women's 100 runs! A crucial boundary that injects some much-needed momentum into the innings.

Ritu Moni breaks free with a boundary! | Bangladesh Women - 99/4 (30.4)

October 7, 2025 4:53 pm

Ritu Moni finally finds the boundary, hitting a much-needed four to ease the pressure. This boundary will certainly boost her confidence and the team's morale after a period of tight bowling.

Ritu Moni finally off the mark! | Bangladesh Women - 92/4 (28.3)

October 7, 2025 4:47 pm

After facing 17 deliveries, Ritu Moni gets off the mark with a single! A huge sigh of relief for the batter and Bangladesh Women, who desperately needed to break the shackles. This run could be a confidence booster.

Maiden Over from Linsey Smith! | Bangladesh Women - 88/4(26.0)

October 7, 2025 4:38 pm

Linsey Smith bowls a superb maiden over to Ritu Moni, maintaining immense pressure on Bangladesh Women. Moni is yet to get off the mark, highlighting the tight bowling.

Akter Falls to Dean! | Bangladesh Women - 85/4(22.1)

October 7, 2025 4:28 pm

Shorna Akter is caught by Amy Jones off Charlie Dean. A crucial wicket for England, breaking a budding partnership and increasing the pressure on Bangladesh Women. Akter departs after scoring 10 runs from 23 balls.

Akter breaks the shackles with a boundary! | Bangladesh Women - 81/3(20.2)

October 7, 2025 4:22 pm

Shorna Akter finds the boundary with a well-timed shot off Charlie Dean, sending the ball racing to the fence for four runs. This boundary will certainly help release some of the pressure that was building.

Extra runs for Bangladesh! | Bangladesh Women - 72/3 (18.3)

October 7, 2025 4:16 pm

Charlie Dean bowls a wide delivery, and the ball runs away for two extra runs. A bit of a bonus for Bangladesh Women, easing some of the pressure on the batters.

Mostary finds the boundary! | Bangladesh Women - 65/3 (16.4)

October 7, 2025 4:09 pm

Sobhana Mostary hits a well-timed boundary off Charlie Dean, bringing some much-needed runs for Bangladesh Women.

New Batter at the Crease | Bangladesh Women - 59/3 (15.3)

October 7, 2025 4:06 pm

Shorna Akter faces her first delivery after the fall of Sharmin Akhter's wicket. She plays it cautiously, settling into her innings.

Ecclestone strikes! Sharmin Akhter caught behind! | Bangladesh Women - 59/3 (15.3)

October 7, 2025 4:05 pm

Sophie Ecclestone gets the crucial breakthrough as Sharmin Akhter is caught by Amy Jones for 30 runs off 52 balls. This wicket puts England firmly in control.

Wide ball adds to Bangladesh Women's total | Bangladesh Women - 58/2 (14.2)

October 7, 2025 3:57 pm

Charlie Dean bowls a wide delivery, adding an extra run to Bangladesh Women's score. This helps to keep the scoreboard ticking over.

Akhter finds the boundary! | Bangladesh Women - 56/2 (13.3)

October 7, 2025 3:53 pm

Sharmin Akhter plays a superb shot off Sophie Ecclestone, sending the ball to the boundary for four runs. This boundary helps ease the pressure on Bangladesh Women.

Mostary's Boundary Brings Up Bangladesh Women's Fifty! | Bangladesh Women - 50/2 (11.4)

October 7, 2025 3:47 pm

Sobhana Mostary plays a superb shot, sending the ball to the boundary and bringing up Bangladesh Women's 50 runs! A vital milestone for the team, providing a much-needed boost after early wickets.

Mostary's third boundary! | Bangladesh Women - 45/2 (11.0)

October 7, 2025 3:44 pm

Sobhana Mostary smashes another boundary off Natalie Sciver! This is a fantastic over for Bangladesh, as Mostary finds the fence again, pushing the score along nicely and releasing some of the mounting pressure.

Mostary Finds the Boundary! | Bangladesh Women - 37/2(10.2)

October 7, 2025 3:43 pm

Sobhana Mostary strikes a beautiful boundary, sending the ball racing to the fence! This much-needed four helps to release some of the mounting pressure on Bangladesh Women and keeps the scoreboard ticking over.

Akhter finds the boundary! | Bangladesh Women - 35/2 (10.1)

October 7, 2025 3:42 pm

Sharmin Akhter breaks the shackles with a superb boundary off Natalie Sciver. This much-needed four will help ease the pressure and get the scoreboard moving for Bangladesh Women, bringing some life back into their innings.

Ecclestone Bowls a Maiden Over! | Bangladesh Women - 31/2 (10.0)

October 7, 2025 3:40 pm

Sophie Ecclestone bowls a brilliant maiden over to Sobhana Mostary, not conceding a single run. This tight bowling continues to build pressure on Bangladesh Women after two early wickets.

Mostary breaks the shackles with a boundary! | Bangladesh Women - 30/2 (8.3)

October 7, 2025 3:36 pm

Sobhana Mostary finds the boundary with a well-timed shot, bringing some much-needed runs for Bangladesh Women after a period of tight bowling. This boundary will help to release some of the pressure on the batting side.

Maiden Over from Lauren Bell | Bangladesh Women - 25/2 (6.5)

October 7, 2025 3:31 pm

Lauren Bell bowls a brilliant maiden over, keeping Sharmin Akhter completely tied down and building immense pressure on the Bangladesh batters after two quick wickets. A crucial over for England.

Nigar Sultana Departs Early! | Bangladesh Women - (25/1 (5.2))

October 7, 2025 3:25 pm

Linsey Smith strikes! Nigar Sultana is caught by Charlie Dean, departing without scoring. This is a massive blow for Bangladesh Women as they lose their second wicket in quick succession.

First Wicket Falls! Bell Strikes! | Bangladesh Women - 24/1 (4.5)

October 7, 2025 3:21 pm

Lauren Bell delivers the breakthrough for England as Rubya Haider is caught by Sophia Dunkley. A crucial wicket at this stage, breaking the opening partnership and giving England a much-needed boost.

Sharmin Akhter Unleashes a Flurry of Boundaries! | Bangladesh Women - 21/0 (2.5)

October 7, 2025 3:13 pm

Sharmin Akhter smashes another boundary, her third in this over and fourth overall! She is absolutely dominating the bowling, finding the gaps with ease and accelerating the scoring rate for Bangladesh Women.

Sharmin Akhter Finds the Fence Again! | Bangladesh Women - 17/0 (2.3)

October 7, 2025 3:13 pm

Sharmin Akhter is on fire! She smashes another boundary, her second in a row, putting immense pressure on Lauren Bell. This is aggressive batting at its best!

Sharmin Akhter finds the boundary! | Bangladesh Women - 13/0(2.2)

October 7, 2025 3:11 pm

Sharmin Akhter plays a superb shot, sending the ball racing to the boundary for four runs. This is her second boundary of the innings, increasing the scoring rate for Bangladesh Women.

First Boundary of the Innings! | Bangladesh Women - 5/0 (0.5)

October 7, 2025 3:04 pm

Sharmin Akhter plays a beautiful shot, sending the ball to the boundary for four runs. This is the first boundary of the innings, easing the pressure on Bangladesh Women.

First Ball of the Match!

October 7, 2025 3:02 pm

Lauren Bell bowls the first ball of the innings, and Rubya Haider gets off the mark immediately with a single, getting Bangladesh Women underway.

Squads Revealed for the Clash!

October 7, 2025 2:38 pm

The playing XIs are out! England Women will feature Tammy Beaumont, Amy Jones, Heather Knight, Natalie Sciver, Sophia Dunkley, Emma Lamb, Alice Capsey, Charlie Dean, Sophie Ecclestone, Linsey Smith, and Lauren Bell. For Bangladesh Women, we have Rubya Haider, Sharmin Akhter, Nigar Sultana, Sobhana Mostary, Ritu Moni, Shorna Akter, Fahima Khatun, Nahida Akter, Rabeya Khan, Marufa Akter, and Shanjida Akter. Both teams look strong and ready for action!

This Live Blog has Ended
Advertisement
Show comments
Advertisement