Skip to main content

Welcome to Brookfield Academy

Brookfield Academy’s Montessori early education and elementary programs that include world-class curriculum and knowledgeable child development professionals that meet the individual needs of children at every age and stage.

montessori elementary school student

Welcome to one of Michigan’s premier Montessori schools.

Brookfield Academy offers the excellence of a private academy and the academic philosophy of a Montessori school. With over a 60-year history of educational excellence, we offer proven educational programs for toddlers, preschool  and elementary-aged students.

Our school has three campus locations

 

Ready to Apply to Brookfield Academy?
Start a New Student Application
Currently-Enrolled Families

Brookfield Academy fosters an environment of individualized education, tailored to each child’s learning style and capabilities. Students thrive in stimulating, specially prepared environments designed to foster natural curiosity and self-confidence. Children graduate from Brookfield Academy with academic excellence and executive function.

Families transferring from a Bright Horizons child care center will receive $100 off the registration fee.

Montessori School
Curriculum

Learn about all the programs that we have to offer.

Brookfield Academy’s Montessori school curriculum teaches children through self-directed learning, exploration, and individualized educational experiences. Brookfield Academy provides children with an 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.

Young Student Studying

Brookfield Academy Montessori Programs

More About Brookfield Academy

Young child at computer

Admissions

Teacher with young child

Our Faculty

Teenage student studying

Leader in Me

 


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>