The Piano (Australian Version) Auditions 2026: How to Apply and Shine on ABC

Are you an amateur pianist dreaming of a national spotlight? The Piano (Australian Version) on ABC is set to return for 2026, following its successful 2025 debut.

Hosted by Amanda Keller, with judges Harry Connick Jr. and Andrea Lam, this reality TV hit uncovers hidden talent at public pianos across Australia.

WhatsApp Channel Banner

Whether you’re in Sydney, Melbourne, or beyond, here’s your SEO-optimized guide to The Piano 2026 auditions—eligibility, application steps, and expert tips to stand out.

The piano australia auditions

Check Eligibility

The Piano (Australian Version) 2026 Eligibility Checker

Answer a few questions to see if you’re eligible to audition for The Piano 2026 on ABC!

Please answer all questions to check your eligibility.

'; resultDiv.classList.remove('hidden'); return; } // Eligibility logic let isEligible = true; let message = ''; if (citizenship === 'no') { isEligible = false; message += '

You must be an Australian citizen, permanent resident, or a New Zealander living in Australia to participate.

'; } if (professional === 'no') { isEligible = false; message += '

You must be an amateur pianist without professional music contracts or regular paid gigs to audition.

'; } if (availability === 'no') { isEligible = false; message += '

You must be available for public performances and a possible recital in mid-2026 (March–April).

'; } if (video === 'no') { isEligible = false; message += '

A 2–5 minute unedited video of you playing a public piano is required for the audition.

'; } if (isEligible) { resultDiv.classList.add('bg-green-100'); resultDiv.innerHTML = '

Congratulations! You appear eligible to audition for The Piano (Australian Version) 2026. Check abc.net.au for casting updates (likely July–August 2025) or visit our resources to prepare your audition video!

'; } else { resultDiv.classList.add('bg-red-100'); resultDiv.innerHTML = '

Based on your answers, you may not be eligible for The Piano (Australian Version) 2026 auditions.

' + message; resultDiv.innerHTML += '

Visit our resources page for tips on preparing for other auditions!

'; } resultDiv.classList.remove('hidden'); }