ADVERTISEMENT

Here are the best-selling albums in South Korea in 2023

Published Jan 3, 2024 08:51 am

Hanteo Chart has released the ranking of the best-selling physical albums in South Korea in 2023. 

The albums are ranked based on Hanteo’s proprietary physical record index (PRI) score, which combines album sales and album price. 

Hanteo1.jpg

Seventeen2.jpg

Seventeen (X)Hanteo_stray.jpg

Stray Kids (X)Hanteo_nctdream.jpg

NCT Dream (X)Hanteo_Jungkook.jpg

BTS' Jungkook (X)

Seventeen emerged as the best-selling artist in terms of albums in South Korea in 2023, grabbing the first two spots in the top 10. 

Their album “FML” is the No. 1 best-selling physical album in South Korea in 2023 with sales of 5.65 million copies, or an equivalent physical record index score of 6.34 million. 

Placing second is Seventeen’s “Seventeenth Heaven,” which garnered 5.28 million copies in sales (6.1 million in PRI). 

Third is Stray Kids’ “5-Star” with 4.79 million copies sold in 2023 or a PRI of 5.43 million. 

Boy band NCT Dream’s ISTJ claimed fourth place with 4.02 million copies sold or a PRI of 4.24 million. 

In fifth place is Stray Kids’ “Rock-Star” mini-album with 3.87 million copies sold or a PRI of 3.95 million. 

btsv.jpg

BTS' V (X)TXT THE NAME CHAPTER FREEFALL MEDIA SHOWCASE (4).jpgTomorrow X Together (Big Hit Music)

ZB1.jpg

ZeroBaseOne (X)

Here are the 20 best-selling physical albums in South Korea in 2023 ranked based on Hanteo Chart’s physical record index score: 

1. Seventeen - FML - 5,658,474 (copies sold) / 6,341,185 (physical record index score) 

2. Seventeen - Seventeenth Heaven - 5,284,638 / 6,100,873

3. Stray Kids - 5-Star - 4,794,975 / 5,431,821 

4. NCT Dream - ISTJ - 4,029,719 / 4,247,725

5. Stray Kids - Rock-Star - 3,872,893 / 3,953,194

6. BTS’ Jungkook - Golden - 2,600,204 / 3,230,593

7. Tomorrow X Together - The Name Chapter: Temptation - 2,685,292 / 2,674,252

8. BTS’ V - Layover - 2,216,083 / 2,595,460

9. Tomorrow X Together - The Name Chapter: Freefall - 2,327,633 / 2,531,273

10. ZeroBaseOne - Melting Point - 2,167,549 / 2,310,061

11. NewJeans - Get Up - 1,813,816 / 2,224,778

12. BTS’ Jimin - Face - 1,773,179 / 2,166,916

13. ENHYPEN - Orange Blood - 1,934,781 / 2,138,050

14. ZeroBaseOne - Youth In The Shade - 1,934,524 / 2,118,449

15. ATEEZ - The World EP.Fin: Will - 1,718,849 / 2,036,933

16. NCT 127 - Fact Check - 1,990,607 / 2,018,684

17. IVE - I’VE Mine - 1,702,487 / 1,973,587

18. Aespa - My World - 1,889,400 / 1,915,124

19. IVE - I’ve IVE - 1,383,208 / 1,805,613

20. EXO - EXIST - 1,702,081 / 1,790,473

Related Tags

Stray Kids Hanteo Chart NCT Dream Seventeen
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.