A radiologist uses a magnifying glass to examine mammograms for
breast cancer in
Los Angeles, May 6, 2010. (AP Photo/Damian Dovarganes, File) 2026-05-16T12:50:57Z
Washington (AP) — Deciding when to get routine mammograms is confusing. Some health groups recommend women begin at age 40 or 45 while another recently opted for age 50. They also differ on whether yearly or every other year is best. The conflicting advice is at least partly because guidelines for
breast cancer screening are designed for women at average risk and with no possible cancer symptoms . But
breast cancer is so common that it is hard to know who is really “average” and how to balance the pros and cons of screening. “
breast cancer is not one disease,” said Dr.
Laura Esserman of the
University of California, San Francisco. “So how in the world does it make sense to screen everybody the same when everyone doesn’t have the same risk?” Esserman is leading research to better understand the nuances of who is at low or high risk or somewhere in between and eventually offer more tailored screening advice. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); More than 320,000 women in the U.S. will be diagnosed with
breast cancer this year, according to the
American Cancer Society. Death rates have been dropping for decades, thanks largely to better treatments. But it is still the second-most common cause of cancer death in U.S. women -- and diagnoses are inching up. For now, here are some things to know. When to get a
mammogram The newest guidance comes from the
American College of Physicians, which recommends that average-risk women ages 50 to 74 get an every-other-year
mammogram. For those 40 to 49, the guideline says to discuss pros and cons with a doctor and if they choose screening, to go every other year. That advice, issued last month, was a surprise. Most other U.S. health groups have urged women to start earlier, in their 40s. The influential
U.S. Preventive Services Task Force recently switched its guidance to start every-other-year mammograms at age 40 instead of 50. The
American Cancer Society has long recommended yearly mammograms for 45- to 54-year-olds -– but says they can choose to start at 40. For those age 55 and older, the cancer society says women can switch to every other year or choose to keep going for yearly checks. The new
American College of Physicians guidelines also say doctors can ask if women 75 or older wish to stop routine screening. In contrast, the cancer society says there is no reason to stop if they are still healthy. This article is part of AP’s Be Well coverage, focusing on wellness, fitness, diet and mental health. Read more Be Well. Why don’t experts agree? The higher a woman’s risk of eventually developing
breast cancer, the more benefit she will derive from more frequent screenings. But beyond some well-known factors like the cancer-causing BRCA1 or BRCA2 genes, it is hard for women to know their true risk. Age has long been a proxy because the risk of
breast cancer rises as women get older. Mammograms aren’t perfect. Sometimes they miss cancer or an aggressive tumor pops up after a routine
mammogram. But guidelines seek to balance the benefits of catching cancer early with possible harms, such as stress and pain from investigating suspicious spots that don’t turn out to be cancerous. “We’re not saying there’s no benefit” from mammograms in the 40s, cautioned Dr. Carolyn Crandall of the University of California,
Los Angeles, who chaired the
American College of Physicians report. But “there’s a narrower balance between the benefits you could get and the harms in 40- to 49-year-olds.” /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i The
American Cancer Society recommends starting yearly mammograms at 45 because it found
breast cancer incidence in 45- to 49-year-olds was higher than in the early 40s – more like what 50- to 54-year-olds experience, said public health researcher Robert Smith, the society’s expert on early cancer detection. What is missing is a way to tell if someone is more likely to develop an aggressive
breast cancer or a slow-growing one, Smith noted. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); How dense breasts affect
mammogram advice Nearly half of women over 40 have dense breast tissue , which can make it harder to spot a tumor on a
mammogram and can slightly increase the risk of developing cancer. After a
mammogram, women are notified about their breast density. Many experts say it is not yet clear if women with dense breasts would benefit from adding ultrasounds or MRIs to their screening. But the new
American College of Physicians guidance advises considering 3D mammography – what doctors call digital breast tomosynthesis or DBT. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); What’s next for
breast cancer screening In the future, adding a gene test — one that looks at more than just those well-known BRCA genes — along with broader risk factors may help refine women’s optimal
mammogram schedule. A recent study of nearly 46,000 women, called the WISDOM trial, used age, genetic testing, lifestyle, health history and breast density to classify women as low, average, elevated or high risk. That risk level determined if they waited to start mammograms at 50, went every other year or every year – and the highest-risk group was told to screen twice a year, once with a
mammogram and again with an MRI scan. Risk-based scans were compared to standard yearly mammograms. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Risk-based screening worked as well as yearly screening, Esserman’s team reported in the medical journal JAMA. One surprise: About 30% of women whose gene testing indicated increased risk didn’t report relatives with
breast cancer. While more research is underway, Esserman hopes the early findings will start influencing guidelines soon. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Also in the pipeline are AI tools being crafted to assess a woman’s risk of developing
breast cancer in the next few years based on clues in her
mammogram, another possible way to identify who might qualify for more or less frequent screening. For now, women can talk with their doctors about close relatives who have had cancer, their own overall health and other risk factors such as whether they have had children and at what age. Whatever
mammogram age and interval they choose, the best advice is to stick with it, the cancer society’s Smith said: “Breast screening works best when it’s done regularly.” ___ The Associated Press Health and Science Department receives support from the Howard Hughes Medical Institute’s Department of Science Education and the Robert Wood Johnson Foundation. The AP is solely responsible for all content. LAURAN NEERGAARD Neergaard is an Associated Press medical writer who covers research on brain health, infectious diseases, organ transplantation and more. She is based in
Washington, D.C. mailto