91³Ô¹ÏÍø

Watch CBS News

"Historic moment": HPV vaccines slash cervical cancer rates up to 87%, study finds

Cervical cancer is one of the most common cancers affecting women across the world, and every year, thousands of women learn that their cancer is caused by human papillomavirus (HPV). But a new study in the U.K. found that HPV vaccines have significantly reduced the risks of women developing the cancer and precancerous changes.

The , conducted by Cancer Research UK and published in the journal The Lancet, followed an HPV vaccination program in England that started in 2008. The program offered a routine vaccination called Cervarix to teenagers, and confirmed that it was most effective in preventing cancer and precancerous issues when given to young pre-teens and teenagers before they are sexually active. It can take 15 to 20 years for cervical cancer to develop in women who have normal immune systems, according to the (WHO).

The vaccine reduced cervical cancer rates by 34% for those who received it at ages 16 to 18; 62% for ages 14 to 16; and 87% for ages 12 to 13. 

It also was found to reduce the risk for precancerous changes, namely grade 3 cervical intraepithelial neoplasia, by 39% for those between age 16 and 18; 75% for those between 14 and 16; and 97% for those between 12 and 13. Cervical intraepithelial neoplasia, according to the  is a precancerous condition in which abnormal cells grow on the cervix, and is usually caused by HPV. The third grade of the condition, the one which was studied, is the most severe form of the condition. 

Michelle Mitchell, Cancer Research UK's chief executive, said in a that the research is a "historic moment" that will help thousands of women. 

"We've been eagerly awaiting these results since the introduction of the vaccination programme," Mitchell said. "Around 850 women die from cervical cancer each year in the UK, so we have the chance to save many lives." 

HPV-16 and HPV-18, the most common of the more than 100 strains of HPV, are the most likely to cause cervical issues. HPV has also played a role in other cancers, such as vaginal, vulval, anal, penile, and in some cases, head and neck

"Desperate Housewives" star Marcia Cross is on a mission to destigmatize anal cancer 05:38

Over an 11-year period, researchers estimate that the vaccine prevented roughly 448 cases of cervical cancers and 17,235 cases of the cervical neoplasia in England. 

Cervical cancer is the fourth most common cancer among women across the world, according to WHO, representing 7.5% of all cancer deaths among women.

In the U.S., nearly 200,000 women are diagnosed with cervical precancer every year, according to the , and 11,000 women are diagnosed with cervical cancer caused by HPV. More than 4,000 U.S. women die from the cancer every year.

Peter Sasiene, the study's lead author, said in a statement that "it's been incredible to see the impact" of the vaccine, and believes that over time, cervical cancer may become far less common with the help of vaccination.

"Assuming most people continue to get the HPV vaccine and go for screening, cervical cancer will become a rare disease," he said. "This year we have already seen the power of vaccines in controlling the COVID-19 pandemic. These data show that vaccination works in preventing some cancers." 

One man's fight to wipe HPV "off the face of the planet" 04:23
View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });