office 2024 home edition without onenote app

Tomislav Ostroški 20 Reputation points
2026-07-23T16:14:53.85+00:00

Hello, is it possible to install office 2024 home edition without onenote app ?

Microsoft 365 and Office | Word | For home | Windows

Answer accepted by question author
TaoLi 112.1K Reputation points Independent Advisor
2026-07-23T16:50:31.83+00:00

Hello,

Office Home 2024 includes OneNote by default, and the normal installer does not let you select individual apps.

On Windows, you can install it without OneNote by using the Office Deployment Tool: https://www.microsoft.com/download/details.aspx?id=49117

Create a configuration.xml file containing:

<Configuration> <Add OfficeClientEdition="64"> <Product 
ID="Home2024Retail"> <Language ID="en-us" /> <ExcludeApp 
ID="OneNote" /> </Product> </Add> </Configuration>

Place it beside setup.exe, open Command Prompt as administrator, and run:

setup.exe /configure configuration.xml

If Office is already installed, uninstall the complete Office suite first, because individual bundled Office apps usually cannot be removed separately.

Was this answer helpful?

3 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.