External embed disabledThis external media block was disabled in the local clone.
');}return node;}; const patchInsertion=(method)=>{const original=Node.prototype[method];if(typeof original!=="function"){return;}Node.prototype[method]=function(node,...rest){return original.call(this,neutralizeNode(node),...rest);};}; patchInsertion("appendChild"); patchInsertion("insertBefore"); window.__codexNotifyExternalLink=notify; window.__codexHandleExternalNavigation=(url)=>{notify(url);return false;}; window.YT=window.YT||{Player:function(){return createStub();},ready(cb){if(typeof cb==="function"){cb();}}}; window.onYouTubeIframeAPIReady=window.onYouTubeIframeAPIReady||(()=>{}); window._wq=window._wq||[]; window._wq.push=()=>0; window.Wistia=window.Wistia||{api(){return createStub();}}; window.Sentry=window.Sentry||{init(){},captureException(){},captureMessage(){},addBreadcrumb(){},setUser(){}}; window.hbspt=window.hbspt||{forms:{create:(options={})=>{const target=typeof options.target==="string"?document.querySelector(options.target):null;if(target&&!target.querySelector("form")){target.innerHTML=formPlaceholderHtml;}return {};}}}; window.__codexCreateSplide=function(selector,options){try{if(typeof selector==="string"&&!document.querySelector(selector)){return createStub();}if(typeof window.Splide!=="function"){return createStub();}return new window.Splide(selector,options);}catch{return createStub();}}; const patchJetStickyOnValue=(candidate)=>{if(candidate&&candidate.fn&&typeof candidate.fn.jetStickySection!=="function"){candidate.fn.jetStickySection=function(){return this;};}return candidate;}; try{let currentJquery=patchJetStickyOnValue(window.jQuery);let currentDollar=patchJetStickyOnValue(window.$);Object.defineProperty(window,"jQuery",{configurable:true,get(){return currentJquery;},set(value){currentJquery=patchJetStickyOnValue(value);}});Object.defineProperty(window,"$",{configurable:true,get(){return currentDollar||currentJquery;},set(value){currentDollar=patchJetStickyOnValue(value);}});}catch{} const installJetSticky=()=>{const jq=window.jQuery||window.$;if(!jq||!jq.fn){return false;}if(typeof jq.fn.jetStickySection!=="function"){jq.fn.jetStickySection=function(){return this;};}return true;}; const fillPlaceholder=(node,html)=>{if(!node||node.querySelector?.(".codex-embed-placeholder")){return;}node.innerHTML=html;}; const inferSiteKey=()=>{const first=window.location.pathname.split("/").filter(Boolean)[0]||"global";return["sg","sa","in","jp"].includes(first)?first:"global";}; const ensureHiddenInput=(form,name,value)=>{let input=form.querySelector('input[name="'+name+'"]');if(input){input.value=value;return;}input=document.createElement("input");input.type="hidden";input.name=name;input.value=value;form.prepend(input);}; const bindLocalForm=(form)=>{if(form.dataset.codexLocalBound==="1"){return;}form.dataset.codexLocalBound="1";const feedback=()=>{let node=form.querySelector("[data-codex-form-feedback]");if(node){return node;}node=document.createElement("div");node.className="codex-form-feedback";node.setAttribute("data-codex-form-feedback","true");node.setAttribute("aria-live","polite");form.appendChild(node);return node;};ensureHiddenInput(form,"__codex_page_path",window.location.pathname+window.location.search);ensureHiddenInput(form,"__codex_page_title",document.title||"");ensureHiddenInput(form,"__codex_site_key",inferSiteKey());ensureHiddenInput(form,"__codex_original_action",form.dataset.codexOriginalAction||"");ensureHiddenInput(form,"__codex_form_name",form.dataset.codexFormName||"Website Form");form.addEventListener("submit",async(event)=>{event.preventDefault();if(form.dataset.codexSubmitting==="1"){return;}form.dataset.codexSubmitting="1";const message=feedback();message.textContent="Submitting locally...";try{const response=await fetch(form.getAttribute("action")||"/api/form-submit",{method:"POST",body:new FormData(form),credentials:"same-origin"});const payload=await response.json().catch(()=>({ok:response.ok}));if(!response.ok||payload.ok===false){throw new Error("submit failed");}form.reset();ensureHiddenInput(form,"__codex_page_path",window.location.pathname+window.location.search);ensureHiddenInput(form,"__codex_page_title",document.title||"");ensureHiddenInput(form,"__codex_site_key",inferSiteKey());ensureHiddenInput(form,"__codex_original_action",form.dataset.codexOriginalAction||"");ensureHiddenInput(form,"__codex_form_name",form.dataset.codexFormName||"Website Form");message.textContent=payload.message||"Form submitted locally.";announce("Form submitted locally.");}catch{message.textContent="Could not submit the form locally. Try again.";}finally{delete form.dataset.codexSubmitting;}});}; const installDisabledHandlers=()=>{ document.querySelectorAll("a[data-codex-disabled-external-link]").forEach((link)=>{if(link.dataset.codexBound==="1"){return;}link.dataset.codexBound="1";link.addEventListener("click",(event)=>{event.preventDefault();notify(link.getAttribute("data-codex-disabled-external-link")||"");});}); document.querySelectorAll('a[href=""],a[href="#"]').forEach((link)=>{if(link.dataset.codexNoHistory==="1"){return;}link.dataset.codexNoHistory="1";link.addEventListener("click",(event)=>{event.preventDefault();});}); document.querySelectorAll("form[data-codex-local-form='true'],form[data-codex-disabled-external-form]").forEach((form)=>{bindLocalForm(form);}); document.querySelectorAll(".elementor-widget-hubspot-form,[data-widget_type='hubspot-form.default']").forEach((node)=>{if(node.querySelector("form, iframe")){return;}node.innerHTML=formPlaceholderHtml;}); document.querySelectorAll(".hbspt-form").forEach((node)=>{if(node.querySelector("form")||node.children.length>0){return;}node.innerHTML=formPlaceholderHtml;}); document.querySelectorAll("[data-widget_type='video.default'],[data-codex-disabled-video='true']").forEach((node)=>{node.setAttribute("data-codex-disabled-video","true");if(node.getAttribute("data-widget_type")==="video.default"){node.setAttribute("data-widget_type","codex-video-disabled.default");}const settings=node.getAttribute("data-settings")||"";if(/youtube_url|vimeo_url|video_type/i.test(settings)){node.setAttribute("data-settings","{}");}fillPlaceholder(node.querySelector(".elementor-widget-container"),mediaPlaceholderHtml);}); document.querySelectorAll(".elementor-video,.ose-wistia,.wistia_embed,[class*='ep-youtube'],[class*='ose-youtube']").forEach((node)=>{fillPlaceholder(node,mediaPlaceholderHtml);}); }; if(document.readyState==="loading"){document.addEventListener("DOMContentLoaded",installDisabledHandlers,{once:true});}else{installDisabledHandlers();} window.setTimeout(installDisabledHandlers,400); if(!installJetSticky()){let attempts=0;const timer=window.setInterval(()=>{attempts+=1;if(installJetSticky()||attempts>200){window.clearInterval(timer);}},25);} })();
One World International School (OWIS) Seperator, divider, baner, stripe

One World International School Admission Information

Joining OWIS

Transitioning From Another School in The Same City

To make it easier to navigate the challenges of moving to a new school, our friendly admissions counsellors are on hand to answer all your questions and provide you with the assistance you need. They are professional and highly knowledgeable, so we encourage you to rely on them to guide you through the process.
We also strive to provide a welcoming environment that ensures students and their families feel comfortable and taken care of. Our non-denominational, multicultural school provides a well-rounded education that encourages students to grow academically, emotionally, and socially.

Relocating From Afar

If you are relocating from a different city in another prefecture in Japan, have a look at our Downloadable Relocating Guides on our downloads page. For relocations involving a change of city or country, we recommend initiating research into our school approximately 6–12 months in advance. This extended duration allows you ample time to familiarize yourself with our academic offerings and make informed decisions.

Use the form below and our admissions counsellor can assist you through every step of moving between schools

Admissions Process

It’s our goal to make the admissions process as straightforward as possible.

4-step process

Contact our admissions counsellor who will be your assistant and guide throughout the rest of the process. Speak with them, and tell them you would like a tour of the school.

Once you visit the campus and see what we have to offer, the admissions counsellor will go through the application form and direct you on how to pay the application fee online.

Return to the school to meet our Student Services who will give you uniforms, Photo IDs, and school resources, as well as arrange lunches and bus services if necessary.

Meet with our finance department to pay for the first term tuition fees. You are then ready to start school!

Once your application has been accepted, we will welcome your child to our school community

Book a School Tour Today!

Get the chance to learn more about our educational programmes, meet our international team, understand our vision for your child’s future, and experience our nurturing environment based on a culture of kindness!

School Tour With One World International School

Admissions team

Our helpful and friendly admissions team are just a message away. Let them know you are considering OWIS, and they will help you decide whether OWIS is right for your child.

Mrs Wingki Yeung - Admissions Counsellor

Wingki Yeung

Osaka Admissions Counsellor

Shashi Badya - One World International School Tsukuba Admission Counsellor

Shashi Badya

Tsukuba Admissions Counsellor

When is a Good Time to Enrol?

OWIS operates with a policy of rolling admissions. This means that your child is able to join our school at any time, catering to your family’s schedule and preferences.

The best time for enrolment is at the beginning of the academic year in August. For families unable to enrol at the start of the academic year, the beginning of term in December or April are also great opportunities for new students to join our school community with minimal disruptions to their education.

For some parents, we understand that these times may not be suitable due to work priorities, travel necessities, commitments to previous schools, or the management of other affairs. That is why our curriculum is designed to accept new enrolees at any time of the year. Our supportive and inclusive environment for students fosters a smooth transition at any time.

Ready To Join Our School?

Want To Know More?