ADVERTISEMENT

Should you drink milk or take calcium supplements for stronger bones?

The ugly truth about dairy consumption and calcium supplementation

Published Nov 24, 2025 07:51 pm

At A Glance

  • The results of the large cohort studies showed that there are no benefits to bone health from drinking milk.
Did you know that our bones or skeletal system not only provide body support, movement, and protection like the skull does to the brain and the ribs to the lungs, but also serve as a storage site for minerals and the production of blood cells? The bones play a role in keeping the body’s immune system well-balanced and healthy.
How can we keep our bones from getting brittle in order to prevent fractures and osteoporosis, a disease condition whereby the bone mineral density and bone mass decrease? Thus, rendering bones weak and prone to fractures.
Almost everyone’s childhood was marked by drinking milk for growth and development. We have equated milk as a major, if not solely recognized, calcium source for bone health. Is milk really the solution to stronger bones? Science says no. In a study conducted by Professor Karl Michaelsson and colleagues entitled “Milk Intake and Risk of Mortality and Fractures in Women and Men: Cohort Studies,” they concluded that high milk intake was associated with higher mortality among men and women, as well as a higher fracture incidence among women.
The large study conducted on three counties in central Sweden, which had 61,433 women aged 39 to 74 years old between the years 1987 to 1990, when baseline data was obtained through the administration of food frequency questionnaires. The same type of questionnaire was also administered to 45,339 men between the ages of 45 to 79 years old in 1997. After 20.1 years, the mean follow-up among the women participants resulted in 15,541 deaths and 17,252 cases of fracture, 4259 of which had hip fractures. The mean follow-up among the male participants after 11.2 years resulted in 10,112 deaths and 5066 cases of fractures, 1166 of which were hip fracture cases.
The results of the large cohort studies showed that there are no benefits to bone health from drinking milk. Simply put, there has been no reduction in the risk of fractures by drinking even a glass of milk every day. In fact, higher milk consumption has been shown to increase inflammatory markers of oxidative stress in the body. Inflammation and oxidative stress are associated with many medical conditions that include cancer, diabetes, heart disease, autoimmune diseases, and more.
If milk is not the solution to optimum bone health, should we then resort to taking calcium supplementation? Unless you have a medical condition that requires additional calcium from chemically derived supplements, then the answer is no.
A research study was conducted by Kelvin Li and colleagues on “The Good, the Bad, and the Ugly of Calcium Supplementation: A Review of Calcium Intake on Human Health” in 2018. The researchers, through their published study, recommended that calcium supplementation must be prescribed and taken with caution while accounting for risks and benefits. This suggestion stemmed from the results of their study, which concluded that calcium supplementation is a double-edged sword when it comes to the matter of promoting bone formation or preventing osteoporosis because of its potential negative impact that includes risk for cardiovascular diseases, colorectal cancer, kidney stone formation, and constipation. Calcium supplements can stiffen the arteries, compromising blood circulation and blood pressure.
In a meta-analysis with seven cohort studies on 170,991 women participants, it was reported that the risk of hip fractures was not reduced with calcium supplementation. On the contrary, the risk of hip fractures is possible.
If dairy and calcium supplementation are not the best choices for calcium sources for optimum bone health, what can we do to strengthen our bones?
We must regularly consume dark green and leafy vegetables like malunggay, spinach, kangkong, bokchoy, broccoli, okra, and more. Dark green and leafy vegetables must be staples in our meals and diet. The calcium from plant food sources is more absorbable in the body compared to animal-based products like dairy, including milk and cheeses. The body can absorb about one-third of calcium from milk and one-half from plant sources. Therefore, dark green and leafy vegetables are better sources of dietary calcium compared to milk and calcium supplements. Furthermore, vegetables like legumes and leafy vegetables also contain the mineral magnesium, which aids in optimizing calcium absorption.
To ensure optimum absorption of calcium in the body, it is also important to get daily sun exposure for 15 minutes, or if unable to, consult your physician, registered nutritionist, or dietitian for proper vitamin D supplementation.
Aside from diet and nutrition, bone strength also requires weight-bearing exercises like walking, dancing, jogging, aerobics, some sports activities, and strength training. During exercise or physical activity, osteocytes or bone cells stimulate osteoblasts to build bone tissue. This production strengthens the bone by increasing bone density. It is very important to always be physically active. Get moving. Walk, stand, and go up and down the stairs.
Do not rely on milk consumption and calcium supplementation to strengthen your bones. Eat plant-based sources of calcium and schedule your exercise. A total of at least two and a half hours of moderate intensity exercise per week.
[email protected]

Related Tags

Health and Wellness Calcium Bone health
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.