Wales legend Adam Jones names the three 'greatest scrummagers' of all-time

Rugby News
Wednesday, 15 October 2025 at 09:38
screenshot 2025 10 15 at 093617
Scrummaging is the foundation of rugby, and few understand it better than Wales legend Adam Jones, the former British & Irish Lions and Wales prop turned elite scrum coach.
Join our Breaking News and Top Stories WhatsApp community for all the latest news direct to your phone.
For Danny Care’s YouTube channel, Jones evaluated twelve of the world’s top international props based purely on their scrummaging ability, ignoring mobility, ball-carrying, and other aspects of play. Using a tier system from A (class standard) to D (less effective), Jones highlighted which props dominate the scrum and which struggled to hold their ground in set-pieces.
Below is Jones’ expert ranking of the world’s best scrummagers.

Adam Jones' Tier List.

D-Tier: Solid but Not Elite Scrummagers

Jason Leonard (England)
England legend Jason Leonard earned 114 caps and won the 2003 Rugby World Cup. While celebrated for leadership and durability, Jones places him in D-tier strictly for scrummaging.
Gethin Jenkins (Wales)
With 129 caps for Wales and extensive British & Irish Lions experience, Jenkins was mobile and versatile, but Jones notes his scrummaging alone does not rank among the elite.
Cian Healy (Ireland)
Irish prop Cian Healy, with over 100 caps, is dynamic in open play. Jones ranks his scrummaging as solid but not at the top level.

C-Tier: Strong Scrummagers

Euan Murray (Ireland)
A specialist tighthead, Murray excelled in pure scrummaging. Jones says, “He was a good scrummage… out and out scrummager… like myself couldn’t do much else.”
Os du Randt (South Africa)
Two-time Rugby World Cup winner Os du Randt was legendary for raw strength and scrummaging technique.
Owen Franks (New Zealand)
Part of the All Blacks’ 2011 and 2015 World Cup-winning squads, Franks was known for durability and scrummaging consistency.

B-Tier: Powerful and Reliable

Andrew Sheridan (England)
Sheridan, capped 41 times by England, was renowned for sheer strength, making him a formidable presence in scrums.
Martin Castrogiovanni (Italy)
Italy’s iconic prop with 119 caps, Castrogiovanni excelled in raw power and set-piece mastery.
Tendai Mtawarira (South Africa)
Known as “The Beast,” Mtawarira dominated scrums with exceptional strength and technique.

Subscribe to the daily RUCK newsletter

* indicates required
function getCountryUnicodeFlag(countryCode) { return countryCode.toUpperCase().replace(/./g, (char) => String.fromCodePoint(char.charCodeAt(0) + 127397)) };
// HTML sanitization function to prevent XSS function sanitizeHtml(str) { if (typeof str !== 'string') return ''; return str .replace(/&/g, '&') .replace(//g, '>') .replace(/"/g, '"') .replace(/'/g, ''') .replace(/\//g, '/'); }
// URL sanitization function to prevent javascript: and data: URLs function sanitizeUrl(url) { if (typeof url !== 'string') return ''; const trimmedUrl = url.trim().toLowerCase(); if (trimmedUrl.startsWith('javascript:') || trimmedUrl.startsWith('data:') || trimmedUrl.startsWith('vbscript:')) { return '#'; } return url; }
const getBrowserLanguage = () => { if (!window?.navigator?.language?.split('-')[1]) { return window?.navigator?.language?.toUpperCase(); } return window?.navigator?.language?.split('-')[1]; };
function getDefaultCountryProgram(defaultCountryCode, smsProgramData) { if (!smsProgramData || smsProgramData.length === 0) { return null; }
const browserLanguage = getBrowserLanguage();
if (browserLanguage) { const foundProgram = smsProgramData.find( (program) => program?.countryCode === browserLanguage, ); if (foundProgram) { return foundProgram; } }
if (defaultCountryCode) { const foundProgram = smsProgramData.find( (program) => program?.countryCode === defaultCountryCode, ); if (foundProgram) { return foundProgram; } }
return smsProgramData[0]; }
function updateSmsLegalText(countryCode, fieldName) { if (!countryCode || !fieldName) { return; }
const programs = window?.MC?.smsPhoneData?.programs; if (!programs || !Array.isArray(programs)) { return; }
const program = programs.find(program => program?.countryCode === countryCode); if (!program || !program.requiredTemplate) { return; }
const legalTextElement = document.querySelector('#legal-text-' + fieldName); if (!legalTextElement) { return; }
// Remove HTML tags and clean up the text const divRegex = new RegExp(']*>', 'gi'); const fullAnchorRegex = new RegExp('>', 'g'); const anchorRegex = new RegExp('(.*?)');
const requiredLegalText = program.requiredTemplate .replace(divRegex, '') .replace(fullAnchorRegex, '') .slice(0, -1);
const anchorMatches = program.requiredTemplate.match(anchorRegex);
if (anchorMatches && anchorMatches.length >= 4) { // Create link element safely using DOM methods instead of innerHTML const linkElement = document.createElement('a'); linkElement.href = sanitizeUrl(anchorMatches[1]); linkElement.target = sanitizeHtml(anchorMatches[2]); linkElement.textContent = sanitizeHtml(anchorMatches[3]);
legalTextElement.textContent = requiredLegalText + ' '; legalTextElement.appendChild(linkElement); legalTextElement.appendChild(document.createTextNode('.')); } else { legalTextElement.textContent = requiredLegalText + '.'; } }
function generateDropdownOptions(smsProgramData) { if (!smsProgramData || smsProgramData.length === 0) { return ''; }
return smsProgramData.map(program => { const flag = getCountryUnicodeFlag(program.countryCode); const countryName = getCountryName(program.countryCode); const callingCode = program.countryCallingCode || ''; // Sanitize all values to prevent XSS const sanitizedCountryCode = sanitizeHtml(program.countryCode || ''); const sanitizedCountryName = sanitizeHtml(countryName || ''); const sanitizedCallingCode = sanitizeHtml(callingCode || ''); return ''; }).join(''); }
function getCountryName(countryCode) { if (window.MC?.smsPhoneData?.smsProgramDataCountryNames && Array.isArray(window.MC.smsPhoneData.smsProgramDataCountryNames)) { for (let i = 0; i
loading

Loading