ADVERTISEMENT

The unseen truth about global trust in news

Published Sep 28, 2025 12:05 am  |  Updated Sep 27, 2025 04:00 pm
By Luba Kassova and Richard Addy
Trust is the currency which makes democracies and societies function, the social glue that binds people and structures together. Undermining trust in the governance system, in institutions, in media and between people is an early step in any authoritarian’s plan for destroying democracy.
Given that news media’s narrative about itself is important in shaping public opinion, it is noteworthy that for over a decade global news media has largely argued that trust in news is declining. AKAS’ analysis of over 500,000 online news articles published since January 2020, using the GDELT global news database, revealed that terms emphasizing declining trust in news featured six times more frequently than those suggesting stability or increased trust.
To test the collective wisdom further for World News Day aimed at amplifying the value of fact-based journalism, we asked ChatGPT to summarize the global trend for trust in news in the last five years. Its answer confirmed a negative lens, stating that global trust in news had generally declined due to sustained erosion driven by “misinformation, political polarisation and news avoidance.”
In short, this narrative of decline is among the least contested and most repeated beliefs in journalism. But is it true? To find out, we interrogated seven leading surveys covering news trends.
The analysis discovered that blanket statements about decline in global trust in news are inherently inaccurate and overly negative. Whilst in the US, trust in news has collapsed since the 1970s, this is not reflected much in the rest of the world, especially in the last five years when trust in news has often risen. What this reflects instead is a tendency for media to project trends observed in the US as global phenomena.
Over the last decade the UK public’s trust in news media has been among the lowest. However, since 2020 UK trust levels have stabilized or even crept up. Moreover, despite being low, Ipsos’ Veracity Index, corroborated by research from YouGov, shows that the UK public’s trust in journalists has risen from 23 percent in 2020 to 27 percent currently.
AKAS analysis of Reuters Institute’s Digital News Report (DNR), Edelman Trust Barometer, The World Values Survey and Eurobarometer shows two distinct trends in trust in news in the last decade, with the start of the Covid pandemic being a watershed moment.
Between 2015 and 2020 the trend in trust in news was inconclusive: two of the sources broadly showed a decline while the other two generally showed rises. The global picture has been more positive in the last five years with all three sources measuring trust since 2020 showing stable or increasing public trust in news. For example, in 2025 Edelman Trust Barometer reported an average trust in media of 52 percent across 28 countries - the highest ever recorded by Edelman.
Trust in news is among the highest in the Nordic countries. The DNR reveals that 67 percent of adults in Finland and 56 percent in Denmark trust news most of the time, with trust increasing by 11 and 10 percentage points respectively since 2020. This success story gets lost in the prevalent yet unfounded negative narratives. Rasmus Kleis Nielsen, Professor of Communication at University of Copenhagen, highlights three factors contributing to the consistently high trust in Nordic media: higher trust levels between people in the region, greater trust in institutions, and a smaller proportion of people using social media as their main news source. “The relatively stronger connection Nordic publishers have been able to earn and maintain helps underpin trust as, when it comes to news, people tend to trust outlets they routinely use,” concludes Nielsen.
The DNR and Edelman also show high trust in news in other countries since 2000 including in Nigeria and Kenya. The 2025 DNR shows 68 percent of adults in Nigeria and 65 percent in Kenya trust the news most of the time, a 15-percentage point increase for Kenya since 2020. Pamella Sittoni, Public Editor at The Nation Media Group in Kenya, attributes the rise in media trust in part to a history of credible private media considered relatively independent from state influence, and in part to a large population of educated young people who cross-check what they read on social media or websites by visiting traditional trusted sources. “There’s been considerable reduction of trust in the government and even in the now fragmented religious groups, which has left the media as the key purveyor of truth,” she says.
Undoubtedly there is much that news media can do better to grow public trust, but the blanket claim that global trust in news is in decline is erroneous and plays into authoritarians’ plans to destroy trust in independent media. To protect truth and democracy we must resist regurgitating unduly negative interpretations and just turn to the facts.
(Luba Kassova is a media expert, researcher, journalist, and co-founder of AKAS, who covers social and media trends, democracy, AI and equality. Richard Addy is a co-founder of AKAS, strategist, international media consultant, and a former chief advisor to the BBC’s Deputy Director General who ran BBC News.)
(This article was commissioned to mark World News Day, on Sept. 28, a global news industry campaign.)
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.