... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
30412 مقال 232 مصدر نشط 38 قناة مباشرة 7546 خبر اليوم
آخر تحديث: منذ 0 ثانية

IPL 2026: From Gayle’s 175 to Chahal’s 228 wickets, a look at some of the records

العالم
Gulf News
2026/03/26 - 23:14 501 مشاهدة

Dubai: The Indian Premier League is widely regarded as the most popular and successful cricket league in the world. Each season delivers new milestones, unforgettable performances, and record-breaking feats that keep fans on the edge of their seats.

As IPL 2026 approaches, excitement is already building around the records that could be broken. Several legendary players are closing in on historic achievements, making this season one to watch. From batting milestones to bowling feats, here are some of the most exciting records before the start of the 19th edition.

Most runs

Virat Kohli currently holds the record for the most runs scored for a single IPL franchise, with an astonishing 8,661 runs in 267 matches for Royal Challengers Bengaluru. Since the league began, he has been the backbone of RCB’s batting, known for his consistency, intensity, and class. Just 339 runs away from the 9,000-run mark, Kohli is well within reach of another historic milestone. His closest competitor, Rohit Sharma, has scored 7,046 runs in the same number of matches.

Highest individual score

Chris Gayle owns the record for the highest individual IPL score, smashing an unbeaten 175 off 66 balls for Royal Challengers Bangalore against Pune Warriors in 2013. This incredible feat has stood unchallenged for over a decade. However, young talent Vaibhav Suryavanshi has already expressed his ambition to surpass it. After an explosive 35-ball century last season and a highest score of 101 against Gujarat Titans, he could emerge as a serious contender in the coming years.

Fastest century

Chris Gayle also holds the record for the fastest IPL century, reaching the milestone in just 30 balls during the same iconic innings. He is followed by Vaibhav Suryavanshi (35 balls), Heinrich Klaasen (37 balls), David Miller (38 balls), Travis Head (39 balls), and Priyansh Arya (39 balls).

Most sixes

Chris Gayle dominates yet another category, with 357 sixes in 142 matches. Known for his explosive batting, he leads a list that includes Rohit Sharma (302), Virat Kohli (291), MS Dhoni (264), AB de Villiers (251), and David Warner (236).

Most runs in a single season

Virat Kohli’s remarkable 973 runs in the 2016 season remains the highest tally in a single IPL season — a record that has stood strong for nearly a decade. His consistency is equally impressive, with five seasons of 600-plus runs, more than any other player, and three consecutive seasons crossing that mark.

Most wickets

Yuzvendra Chahal leads the all-time wicket-takers list, becoming the first player to surpass 200 wickets in IPL history. Close behind is Bhuvneshwar Kumar (198), known for his swing and precision, especially during the powerplay overs. His strong performances in recent seasons have kept him firmly in contention.

Most titles by a team

Mumbai Indians and Chennai Super Kings remain the most successful teams in IPL history, with five titles each. Chennai lifted the trophy in 2010, 2011, 2018, 2021, and 2023, while Mumbai claimed theirs in 2013, 2015, 2017, 2019, and 2020. Chennai has also finished as runners-up five times, compared to Mumbai’s single runner-up finish in 2010.

مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 59884; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 59884; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤