Skip to main content

Welcome to Brookfield Academy Troy

3950 Livernois
Troy, MI 48083
Tel: 248-689-9565

Principal Lisa Luther

brookfield academy, troy, mi
video icon parent perspectives

Take a Virtual Tour of Our Center

Take a look inside the Brookfield Academy Troy Campus from the comfort of your own home! You’ll see our warm, welcoming environments, enriching classrooms, and inspiring spaces that spark independence, curiosity, and learning.

 

We provide children with a Montessori education that helps them achieve academic success and reach their full potential. Montessori is an educational approach grounded in the belief that children learn best within an environment that respects and nurtures their individual, unique potential.

At Brookfield Academy Troy children develop the skills they need to excel as learners and to succeed in life using the Montessori approach of self-directed learning, exploration, and individualized educational experiences.

Our campus is conveniently located in Troy and serves many communities nearby. 

Our elementary school program meets or exceeds all state and Common Core standards. Our curriculum teaches children through self-directed learning, exploration, and individualized educational experiences.

 

Check mark
Learn About Curriculum
We provide children with an individualized education that helps them achieve academic success. Faculty and families work hand-in-hand to nurture each child’s individual, unique potential.

What Parents Say About Brookfield Academy

"Wow, Brookfield! My daughter attended Brookfield, Troy from kindergarten through grade 5. It was the best experience for her. The Montessori philosophy is like no other. I credit Brookfield for her well rounded character development."- Submitted by a Brookfield Academy Parent

boy smiling
girl writing
boy reading
STEAM project boys

How to Enroll at Brookfield Academy

First, learn about our Admissions Process.

We strive to provide prompt attention to all school admissions applications received. Once the completed forms and deposit are received, applicants are placed on a waiting list pending availability in the campus and program of choice. We invite you to contact us at any time during the schools admission process.

Online payment system provided by Bright Horizons Family Information Center.

STEAM project boys

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>