ADVERTISEMENT

Yearender: NewJeans, BTS, IVE, IU, BLACKPINK top Gallup Korea's favorite singer survey for 2023

Published Dec 19, 2023 07:11 am

Gallup Korea has released its year end survey, revealing the top 10 favorite Korean singers and songs of 2023.

The polling firm conducted the survey three times: July 11 to Aug. 3, Sept. 15 to Oct. 19, and Nov. 2 to Dec. 4.

It asked 5,262 people aged 13 and above in South Korea (excluding Jeju Island) to name their favorite singer or group, and favorite song in 2023.

The survey results were divided into two categories: 13 to 39 years old, and 40 years old and older.

Gallup_singer2.jpg

(Clockwise from top) NewJeans, BTS, IVE, IU and BLACKPINK (Photos: AAA Organizing Commitee, Big Hit Music, Jonathan Hicap, Instagram, Royal.UK)

RESULTS

FAVORITE SINGER/GROUP OF 2023

The 2,489 respondents aged 13 to 39 and 2,773 people aged 40 and older were asked to name their favorite singer/group in 2023.

Here are the top 10 favorite singers/groups among respondents aged 13 to 39:

1st place - NewJeans - 25.7%

2nd place - BTS - 18.3%

3rd place - IVE 17%

4th place - IU 16.1%

5th place - BLACKPINK - 12.7%

6th place - AKMU - 7.4%

7th place - Lim Young-woong - 7.1%

8th place - BTS’ Jungkook - 5.6%

9th place - (G)I-DLE , Aespa - 5.5%

Here are the top 10 favorite singers/groups among respondents aged 40 and older:

1st place - Lim Young-woong - 37.8%

2nd place - Jang Yoon-jeong - 12.7%

3rd place - Young Tak - 11.8%

4th place - Lee Chan-won - 11.3%

5th place - Na Hoon-a - 9.5%

6th place - Song Ga-in - 9.1%

7th place - Jin Sung - 7.9%

8th place - Kim Ho-joong - 7.4%

9th place - Jeong Dong-won - 5.4%

10th place - Jang Minho - 5.1%

FAVORITE SONG OF 2023

The respondents in the two age groups were asked, “Among the pop songs released or sung this year, which one is your favorite?”

Here are the top 10 favorite songs among respondents aged 13 to 39:

1st place - Super Shy (NewJeans) - 6.8%

2nd place - Seven (BTS’ Jungkook) - 6.7%

3rd place: - Queencard (G)I-DLE) - 6.5%

4th place - I Am (IVE) - 6%

5th place - Hype Boy (NewJeans, 2022) - 5.3%

6th place - ETA (NewJeans) - 5.2%

7th place - Love Lee (AKMU) - 4.7%

8th place - Love Dive (IVE, 2022) - 3.5%

9th place - Let’s Say Goodbye (Parc Jae-jung) - 3.3%

10th place - Dynamite (BTS, 2020) - 3.1%

Here are the top 10 favorite songs among respondents aged 40 and older:

1st place - Love Always Runs Away (Lim Young-woong, 2021) - 6.9%

2nd place - Grain of Sand (Lim Young-woong) - 6.2%

3rd place - Trust in Me (Lim Young-woong, 2020), First Marriage (Jang Yoon-jeong, 2010) - 4.3%

5th place - A Glass of Makgeolli (Young Tak, 2020) - 3.8%

6th place - My Love Like Starlight (Lim Young-woong, 2021) - 3.3%

7th place - At Andong Station (Jin Sung, 2012) - 3.2%

8th place - Tes Hyung! (Na Hoon-a), Thank You (Kim Ho-joong) (2020) - 2.9%

10th place - Story of Old Couple in their 60s (Lim Young-woong, 2020) - 2.8%

Related Tags

bts Gallup Korea survey NewJeans
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.