ADVERTISEMENT

ENHYPEN, Alpha Drive One, EXO lead monthly album chart in January

Published Feb 1, 2026 12:42 pm  |  Updated Feb 1, 2026 01:30 pm
(Clockwise from top) ENHYPEN, Alpha Drive One and EXO (X)
(Clockwise from top) ENHYPEN, Alpha Drive One and EXO (X)

K-pop groups ENHYPEN, Alpha Drive one, EXO, Seventeen’s DxS and Cortis copped the first five places on the monthly album chart in January. 

Korea’s Hanteo Chart unveiled the monthly physical album chart for January, ranking the best-selling albums based on its proprietary physical record index (PRI), a combination of album sales and price. 

ENHYPEN’s “The Sin : Vanish,” released on Jan. 16, is the No. 1 album in January 2026, garnering total sales of 2.1 million copies or an equivalent of 2.53 million points in physical record index. 

New Korean boy band Alpha Drive One’s debut album “Euphoria” grabbed second place with 1.45 million copies in sales or 1.58 million points in PRI. 

EXO, who made their comeback, placed third with their album “Reverxe,” released on Jan. 19, selling 923,087 copies for the month or 1.18 million PRI points. 

Seventeen’s unit DxS’ “Serenade” placed fourth with 611,977 copies in sales or a PRI of 733,059.90. 

Rookie boy band Cortis’ “Color Outside the Lines,” released last September, ranked fifth with 233,032 copies sold or a PRI of 304,984.20 points. 

New K-pop group Lngshot’s debut album “Shot Callers,” released on Jan. 13, placed 10th with 58,630 copies sold or a PRI of 90,838.05. 

(Clockwise from top left) Seventeen's DxS, Cortis, Idntt, XG, Stray Kids, AxMxP and Lngshot (X)
(Clockwise from top left) Seventeen's DxS, Cortis, Idntt, XG, Stray Kids, AxMxP and Lngshot (X)

Hanteo Chart’s monthly album chart in January 2026

1. ENHYPEN - THE SIN : VANISH - 2,104,688 (total copies sold) / 2,534,630.80 points (physical record index) 

2. ALPHA DRIVE ONE - EUPHORIA - 1,455,055 / 1,587,558.60 

3. EXO - REVERXE - 923,087 / 1,187,261.60 

4. DxS (SEVENTEEN) - 소야곡 (Serenade) - 611,977 / 733,059.90 

5. Cortis - COLOR OUTSIDE THE LINES - 233,032 / 304,984.20 

6. Idntt -  Yes We Are - 431,896 / 208,421.20 

7. XG - THE CORE-核 - 39,653 / 162,322.97 

8. Stray Kids - SKZ IT TAPE ‘DO IT’ - 48,030 / 130,309.90 

9. AxMxP - Amplify My Way - 86,421 / 112,927.75 

10. Lngshot - SHOT CALLERS - 58,630 / 90,838.05 

11. N.SSign - Funky like me  - 93,054 / 87,274.55 

12. Treasure - LOVE PULSE - 84,116 / 73,235.70 

13. Taeyeon - Panorama: The Best of TAEYEON - 12,811 / 71,173.80 

14. WHIB - ROCK THE NATION - 57,270 / 68,724.00 

15. Apink - RE:LOVE - 48,162 / 61,950.05 

16. KiiiKiii - Delulu Pack - 41,008 / 52,224.50 

17. Say My Name  - &OurVibe - 51,398 / 51,973.20 

18. Inseong - Crossfade:  - 33,060 / 41,104.50 

19. CNBLUE  - 3LOGY - 31,040 / 36,267.10 

20. CHUU - XO‚ My Cyberlove - 18,875 / 31,429.70

.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); 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() { console.log('scroll event'); 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((data) => { console.log(data); console.log(this); loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { console.log("length: ", articles.length); const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); let oberservationCount = 0; // Intersection Observer for Updating URL function observeArticles(articles) { const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl && newUrl !== window.location.pathname) { history.pushState(null, null, newUrl); // Extract metadata const section = entry.target.querySelector('.section-info a:first-of-type')?.textContent?.trim() || ''; const author = entry.target.querySelector('.author-section a')?.textContent?.trim() || ''; const title = entry.target.querySelector('h1, h2, h3, .article-title')?.textContent?.trim() || document.title; // 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') { pSUPERFLY.virtualPage(cleanUrl, { title: title, sections: section, authors: author }); } // Optional: Update document title if (title && title !== document.title) { document.title = title; } console.log('Chartbeat virtual page tracked:', { url: cleanUrl, section: section, author: author, title: title }); } } }); }, { threshold: 0.1 } ); articles.forEach(article => { console.log(oberservationCount++); intersectionObserver.observe(article) }); }
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 }}

Sign up by email to receive news.