Philippines

Philippines

Philippines

Coming off the back of their first ever FIFA Women's World Cup in 2023, and their first ever Championship Title in the 2022 edition of the ASEAN Women's Championship, the Philippines National Women's Team (also known as the 'Filipinas') are serious contenders to compete for the title!

Ranked 7th in Asia, and 41st in the world - their highest ranking ever while entering an AFC Women's Asian Cup™, the team didn't concede a single goal throughout the qualifying stage, beating AFC Women's Asian Cup™ veterans Hong Kong to claim the qualifying spot.

This will be the Philippines 11th appearance in the AFC Women's Asian Cup™, having qualified for the Semi-Finals in the 2022 tournament.

After the qualification, Head Coach Mark Torcaso indicated that Philippines' had stuck to their game plan, and intended to use the upcoming ASEAN Tournament to cement a new squad to bring to Australia in 2026.

"We came with the objective to qualify and not to lose and not to concede, and we did that,” said Torcaso.

“We’re now looking forward to the ASEAN tournament (in August) with probably a slightly different squad because some players weren’t available for this Qualifiers due to club commitments.

“It will be a combination of young and senior players and we’ll look to defend the title and use that as part of the preparation for the Asian Cup in Australia.”

Philippines's cup record

1981
Group Stage
1983
Group Stage
1993
Group Stage
1995
Group
1999
Group Stage
2001
Group Stage
2003
Group Stage
2018
Sixth Place
2022
Semi-Finals

join the squad

Register today and receive priority ticket and event information, as well as heaps of other benefits and it’s free!

// Get cookie utility function getCookie(name) { return document.cookie.split('; ').reduce((acc, cookieStr) => { const [key, val] = cookieStr.split('='); return key === name ? decodeURIComponent(val) : acc; }, ''); } // On page load: hide any sidebar with a matching cookie document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll('[data-sidebar-id]').forEach(el => { const id = el.getAttribute('data-sidebar-id'); if (getCookie(`hide_sidebar_${id}`) === 'true') { el.style.display = 'none'; } }); }); // On click: store cookie for closed sidebar (Webflow handles hide) document.querySelectorAll('.sidebar_close').forEach(btn => { btn.addEventListener('click', () => { const id = btn.getAttribute('data-sidebar-id'); setCookie(`hide_sidebar_${id}`, 'true', 7); }); });