Since American Idol moved over to ABC from Fox in 2018we’ve been consistently getting one new season a year. Most recentlythe show aired its 23rd overall season in spring 2025.
Before the finaleABC confirmed that American Idol had been renewed for a new season. It will be Season 9 on ABC and Season 24 overall. Nownearly six months laterwe have more information about when the show will return. Scroll down for everything we know about Season 24!
When does American Idol Season 24 premiere?
Season 24 of American Idol premieres on MondayJanuary 262026at 8/7c. This is an earlier start to the season than other recent yearswhich began at the end of February or early March. It’s also a new day for Idolwhich previously aired on Sundays on ABC.
PreviouslySeasons 1617and 23 began in early Marchwhile Seasons 18 to 22 all premiered in February.
Who are the American Idol Season 24 judges?
The judges were announced on August 25. For the second year in a rowLuke BryanCarrie Underwoodand Lionel Richie will be on the panel. They shared the news with a video on social media that showed them preparing to go “back to school” at Idol University.
“Class is back in session,” Bryan saysas the cameras cut to Underwood packing lunches. “And this year,” she adds“we’re majoring in music as we help launch your dreams.” While holding a thermos of coffeeRichie says“Hello! I’m your professor of positivity.”
Bryan then dubs himself the “professor of fun,” noting that he’s “serious … but FUN,” and Underwood references one of her song titles by adding“Sign up for my classyou’ll be blown away.”
Bryan and Richie have been judging the show since it first began airing on ABC in 2018. Katy Perry previously served as a judge for sven season before she exited and was replaced by Underwood for Season 23.
MeanwhileRyan Seacrest has been hosting the show since it first premiered in 2002.
When are American Idol Season 24 auditions?
Along with the judges revealABC also announced how aspiring singers can start auditioning with the “Idol Across America” live virtual auditions. The auditions kick off on TuesdayAugust 26and continue across all 50 states and Washington D.C. throughout the rest of August and most of September (Full list of dates here).
Related
“Those auditioning will be given the opportunity to showcase their talents face-to-face with an American Idol producerfrom anywhere in Americaacross any official audition date for a chance to proceed to the judge auditions,” a press release revealed. “Contenders will also be allowed to audition during open call datesand auditions will be open worldwide to all those eligible.”
From therea select few will be chosen to actually sing in front of the judges. For Season 23those audition days were on September 302024in New YorkOctober 302024in Nashvilleand December 2024 in Los Angeles.
Where is Hollywood Week on American Idol Season 24?
Those who make it through the audition process will move on to Hollywood Weekand for the first time everthis will be taking place in Nashville instead of Los Angeles.
While Hollywood Week used to be a grueling week of competition with several rounds and cutsthis yearHollywood Week: Music City Takeoverwill just be one round and feature the “biggest Hollywood Week cut in Idol history,” per a press release.
American IdolSeason 24 PremiereMondayJanuary 2620268/7cABC
<>
/* Theme s from archive.php */
.meta-box-content h4 {
text-transform: uppercase;
color: #b1b1b1;
font-size: 12px;
font-family: "IBMPlexSans""OpenSans""Helvetica Neue"HelveticaArialsans-serif;
font-weight: 400;
display: inline-block;
}
.meta-box-content h4.show-rating {
color: #838282;
font-weight: 400;
font-size: 11px;
}
.meta-box-content h4.show-rating span {
border: 1px solid #b1b1b1;
padding: 1px 6px;
font-family: serif;
font-weight: bold;
}
.meta-box-content h4 a {
color: #838282 !important;
font-weight: 500 !important;
}
.meta-box-content h4 a:hover {
color: #00aeef !important;
}
.meta-box-content h4::after {
content: '\00a0\00a0•\00a0\00a0';
color: #dee1e3;
}
.meta-box-content h4.show-rating::after {
content: '\00a0\00a0\00a0|\00a0\00a0\00a0';
color: #b1b1b1;
font-weight: 400 !important;
}
.meta-box-content h4.source-network {
font-weight: 500;
color: #838282;
}
.meta-box-content h4.source-network::after {
color: #838282;
}
.meta-box-content h4:last-child::after {
content: '';
}
.show-data .genres {
text-wrap: balance;
line-height: 28px;
}
>
<>
/* Theme s from archive-shows.php */
.cast {
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
column-gap: 8px;
row-gap: 8px;
margin: 0 auto;
}
.cast a {
display: flex;
flex-direction: column;
width: 88px;
}
.cast a img {
border: 1px solid #f6f6f6;
height: 117px;
width: 88px;
transition: .2s;
}
.cast a p {
font-size: 12px;
line-height: 14px;
margin: 0 !important;
padding: 0 !important;
transition: .2s;
color: #838282;
letter-spacing: -0.5;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cast a[href]:hover p.cast a[href]:hover p span {
color: #00aeef;
}
.cast a[href]:hover:hover img {
border: 1px solid #00aeef;
border-radius: 4px;
}
.cast a.full-cast {
border: 1px solid #00aeef;
border-radius: 8px;
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
font-family: "Objet""OpenSans""Helvetica Neue"HelveticaArialsans-serif;
color: #00aeef;
background-color: #f6f6f6;
width: 88px;
height: 117px;
font-size: 12px;
padding: 0 4px;
text-transform: uppercase;
transition: .2s;
text-wrap: balance;
}
.cast a.full-cast span:first-of-type {
font-size: 40px;
line-height: 36px;
align-self: end;
}
.cast a.full-cast:hover {
color: #fff;
background-color: #00aeef;
}
.cast a:nth-of-type(n+5):not(.full-cast) {
display: none;
}
@media (max-width: 1012px) {
.cast a:nth-of-type(n+5):not(.full-cast) {
display: inline-block;
}
.cast {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.cast a {
flex: 0 0 auto;
scroll-snap-align: start;
}
.cast::-webkit-scrollbar {
display: none;
}
}
>
<>
.omnibox-wrapper {
padding: 0 4px;
display: flex;
justify-content: center;
}
.omnibox {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px;
background: #f5f9fd;
border: 2px solid #d0e8f7;
border-radius: 8px;
padding: 16px;
align-items: stretch;
position: relative;
max-width: 1014px;
width: 100%;
margin: 32px auto;
}
.omnibox::after {
content: '';
position: absolute;
left: calc(50% - 0.5px);
top: 16px;
bottom: 16px;
width: 1px;
background: #d0d0d0;
}
/* Left Column - Newsletter Signup */
.omnibox-left {
display: flex;
flex-direction: column;
gap: 8px;
}
.omnibox-image {
width: 100%;
background: #e0e0e0;
aspect-ratio: 16/9;
}
.omnibox-image img {
width: 100%;
height: 100%;
display: block;
object-fit: contain;
}
.omnibox-cta {
text-align: center;
padding: 0;
}
.omnibox-cta h3 {
font-size: 28px;
font-weight: 700;
margin: 0 0 4px 0 !important;
padding: 0 !important;
color: #262727;
line-height: 1.2 !important;
text-wrap: balance;
text-align: center !important;
}
.omnibox-cta p {
font-size: 16px;
margin: 0 0 16px 0 !important;
color: #262727;
line-height: 1.3 !important;
text-wrap: balance;
}
.omnibox-form {
display: flex;
gap: 8px;
max-width: 500px;
margin: 0 auto;
}
.omnibox-form input[type="email"] {
flex: 1;
padding: 8px 16px;
border: 2px solid #d0d0d0;
border-radius: 6px;
font-size: 16px;
color: #262727;
}
.omnibox-form input[type="email"]::placeholder {
color: #999;
}
.omnibox-form button {
padding: 16px 40px;
background: #00aeef;
color: white;
border: none;
border-radius: 6px;
font-size: 18px;
font-weight: 700;
cursor: pointer;
text-transform: uppercase;
transition: background 0.3s ease;
}
.omnibox-form button:hover {
background: #0098d1;
}
/* Right Column - Show Info */
.omnibox-right {
display: grid;
grid-template-rows: auto auto;
align-content: start;
gap: 16px;
}
.omnibox-bottom-section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px;
position: relative;
align-self: start;
}
.omnibox-bottom-section::after {
content: '';
position: absolute;
left: calc(50% - 4px);
top: 0;
bottom: 0;
width: 1px;
background: #d0d0d0;
}
/* Hide vertical divider if only one section exists */
.omnibox-bottom-section:not(:has(.omnibox-streaming))::after,
.omnibox-bottom-section:not(:has(.omnibox-headlines))::after {
display: none;
}
.omnibox-streaming {
display: flex;
flex-direction: column;
gap: 16px;
}
.omnibox-headlines {
display: flex;
flex-direction: column;
gap: 16px;
}
/* If only headlines exist (no streaming section)span both columns */
.omnibox-bottom-section:not(:has(.omnibox-streaming)) .omnibox-headlines {
grid-column: 1 / -1;
}
/* If only streaming exists (no headlines section)span both columns */
.omnibox-bottom-section:not(:has(.omnibox-headlines)) .omnibox-streaming {
grid-column: 1 / -1;
}
/* Show Metadata */
.omnibox-metadata {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: nowrap;
gap: 2px;
position: relative;
padding-bottom: 16px;
}
.omnibox-metadata::after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 1px;
background: #d0d0d0;
}
.top-info {
text-wrap: balance;
line-height: 16px;
}
/* Section Titles */
.omnibox-section-title {
font-size: 16px;
font-weight: 700;
color: #999;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0 !important;
}
.omnibox-streaming-icons #jw-widget {
display: grid;
grid-template-columns: repeat(auto-fitminmax(50px1fr));
gap: 8px;
max-width: 100%;
}
.omnibox-headlines-list {
list-: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 8px;
}
.omnibox-headlines-list li {
padding-left: 16px;
position: relative;
font-size: 15px;
line-height: 1.4;
color: #262727;
text-wrap: pretty;
margin: 0;
}
.omnibox-headlines-list li::before {
content: "•";
position: absolute;
left: 0;
font-weight: 700;
color: #262727;
}
.omnibox-headlines-list li a {
color: #262727 !important;
text-decoration: none !important;
font-weight: normal !important;
transition: color 0.2s ease;
}
.omnibox-headlines-list li a:hover {
color: #00aeef;
}
.omnibox-headlines-more {
display: block;
color: #00aeef;
text-decoration: none;
font-size: 14px;
font-weight: 600;
text-align: right;
transition: color 0.2s ease;
text-wrap: balance;
}
.omnibox-headlines-more:hover {
color: #0098d1;
}
.omnibox #jw-widget .jw-package-icon {
min-width: 50px;
min-height: 50px;
display: block;
}
.omnibox .jw-offer {
margin: 0;
}
.omnibox .jw-offer.add-more {
font-family: "Objet""OpenSans""Helvetica Neue"HelveticaArialsans-serif;
background-color: #f6f6f6;
border: 1px solid #00aeef;
border-radius: 12px;
height: 50px;
width: 50px;
display: flex;
justify-content: center;
align-items: center;
font-size: 13px;
text-transform: uppercase;
}
.omnibox .jw-offer.add-more:hover {
background-color: #00aeef;
cursor: pointer;
}
.omnibox .jw-offer.add-more a {
color: #00aeef;
}
.omnibox .jw-offer.add-more:hover a {
color: #fff;
}
.omnibox #jw-widget .jw-offer:nth-of-type(n+15):not(.add-more) {
display: none;
}
.omnibox #jw-widget:not(:has(.jw-offer:nth-of-type(3))) .jw-offer.add-more {
display: none;
}
/* Responsive Design */
@media (max-width: 1012px) {
.omnibox {
display: flex;
flex-direction: column;
gap: 16px;
}
.omnibox::after {
display: none;
}
.omnibox-left {
display: contents;
}
.omnibox-right {
display: contents;
}
.omnibox-image {
order: 1;
}
.omnibox-metadata {
justify-content: space-between;
order: 2;
padding-top: 16px;
padding-bottom: 16px;
}
.omnibox-metadata::before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
height: 1px;
background: #d0d0d0;
}
.omnibox-metadata .show-data {
text-align: left;
}
.omnibox-metadata .add-to-watchlist {
margin-left: auto;
}
.omnibox-cta {
order: 3;
}
.omnibox-bottom-section {
order: 4;
grid-template-columns: 1fr;
min-height: auto;
}
.omnibox-bottom-section::after {
display: none;
}
.omnibox-streaming {
position: relative;
padding-top: 16px;
}
.omnibox-streaming::before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
height: 1px;
background: #d0d0d0;
}
.omnibox-headlines {
position: relative;
padding-top: 16px;
}
.omnibox-headlines::before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
height: 1px;
background: #d0d0d0;
}
.omnibox-streaming,
.omnibox-headlines {
grid-column: auto;
}
.omnibox
.omnibox-right
.omnibox-bottom-section
.omnibox-streaming
.omnibox-streaming-icons {
min-width: 0;
}
.omnibox-streaming-icons #jw-widget {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 58px;
gap: 8px;
justify-content: start;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
overscroll-behavior-inline: contain;
scroll-snap-type: x proximity;
width: 100%;
max-width: 100%;
min-width: 0;
padding-bottom: .5rem;
}
.omnibox-streaming-icons #jw-widget .jw-offer {
display: grid;
min-width: 0;
scroll-snap-align: start;
padding: 2px 0;
}
.omnibox #jw-widget .jw-package-icon {
width: 50px;
height: 50px;
display: block;
}
.omnibox #jw-widget .jw-offer:not(.add-more) {
display: grid;
}
.omnibox #jw-widget:not(:has(.jw-offer:nth-of-type(3))) .jw-offer.add-more {
}
}
@media (max-width: 640px) {
.omnibox {
padding: 16px;
}
.omnibox-cta h3 {
font-size: 24px !important;
}
.omnibox-form {
flex-direction: column;
}
.omnibox-form button {
width: 100%;
}
}
>