{"id":73206,"date":"2025-01-15T18:00:31","date_gmt":"2025-01-15T10:00:31","guid":{"rendered":"https:\/\/www.hongkiat.com\/blog\/?p=73206"},"modified":"2025-01-02T21:46:05","modified_gmt":"2025-01-02T13:46:05","slug":"how-to-hide-a-folder-on-mac","status":"publish","type":"post","link":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/","title":{"rendered":"How to Hide a Folder on Mac"},"content":{"rendered":"<p>Maybe it\u2019s a work project, personal files, or just something you don\u2019t want cluttering your desktop. Whatever the reason, hiding a folder on a Mac is easier than you might think, and there are plenty of ways to do it.<\/p>\n<p>The good news? You don\u2019t need to be a tech wizard to get it done. macOS offers some built-in tools and tricks that make hiding folders quick and simple.<\/p>\n<p>Also, if you\u2019re feeling creative or need an extra layer of security, there are more advanced options too.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/how-to-hide-a-folder-on-mac\/hero.jpg\" alt=\"Hide folder in Mac\" width=\"1600\" height=\"900\"><\/figure>\n<p>In this guide, I\u2019ll walk you through eight different ways to hide a folder on Mac. Whether you prefer using Terminal commands, simple renaming tricks, or creating encrypted storage, there\u2019s a method here that\u2019ll work for you.<\/p>\n<p>Here are the methods to hide a folder on macOS.<\/p>\n<table>\n<thead>\n<tr>\n<th>Method<\/th>\n<th> Description<\/th>\n<th>Difficulty<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><a href=\"#method-1\">Using Terminal<\/a><\/td>\n<td>Hide a folder with the <code>chflags hidden<\/code> command.<\/td>\n<td>Intermediate<\/td>\n<\/tr>\n<tr>\n<td><a href=\"#method-2\">Adding a Period<\/a><\/td>\n<td>Rename the folder with a period at the start to hide it.<\/td>\n<td>Easy<\/td>\n<\/tr>\n<tr>\n<td><a href=\"#method-3\">Moving to Hidden Location<\/a><\/td>\n<td>Place the folder in a directory like <code>~\/Library<\/code>.<\/td>\n<td>Easy<\/td>\n<\/tr>\n<tr>\n<td><a href=\"#method-4\">Changing Permissions<\/a><\/td>\n<td>Restrict access by setting permissions to \u201cNo Access.\u201d<\/td>\n<td>Intermediate<\/td>\n<\/tr>\n<tr>\n<td><a href=\"#method-5\">Compressing Folder<\/a><\/td>\n<td>Zip the folder and remove the original to hide it.<\/td>\n<td>Easy<\/td>\n<\/tr>\n<tr>\n<td><a href=\"#method-6\">Fake File Extension<\/a><\/td>\n<td>Rename the folder with a system-like file extension.<\/td>\n<td>Easy<\/td>\n<\/tr>\n<tr>\n<td><a href=\"#method-7\">Using Automator<\/a><\/td>\n<td>Create a script to toggle folder visibility.<\/td>\n<td>Intermediate<\/td>\n<\/tr>\n<tr>\n<td><a href=\"#method-8\">Encrypted Disk Image<\/a><\/td>\n<td>Store the folder in a password-protected disk image.<\/td>\n<td>Intermediate<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<hr>\n<h2 id=\"method-1\">1. Hide a Folder Using Terminal<\/h2>\n<p>Terminal is a straightforward way to hide folders on your Mac. Follow these steps to make a folder invisible:<\/p>\n<ol>\n<li><strong>Open Terminal:<\/strong> Press <kbd>Command<\/kbd> + <kbd>Space<\/kbd> to open Spotlight Search, type <strong>Terminal<\/strong>, and hit <kbd>Enter<\/kbd>.<\/li>\n<li><strong>Navigate to the Folder\u2019s Parent Directory:<\/strong> Use the <code>cd<\/code> command to change to the folder\u2019s location. For example:\n<pre>cd \/path\/to\/parent\/directory<\/pre>\n<\/li>\n<li><strong>Run the Command to Hide the Folder:<\/strong> Type the following command and press <kbd>Enter<\/kbd>:\n<pre>chflags hidden foldername<\/pre>\n<p>Replace <code>foldername<\/code> with the exact name of the folder you want to hide.<\/p>\n<\/li>\n<li><strong>Check the Results:<\/strong> Open Finder and navigate to the parent directory. The folder will no longer be visible.<\/li>\n<\/ol>\n<h3>How to Unhide the Folder<\/h3>\n<p>If you need to make the folder visible again, follow these steps:<\/p>\n<ol>\n<li>Open Terminal.<\/li>\n<li>Run this command:<\/li>\n<pre>chflags nohidden foldername<\/pre>\n<li>Press <kbd>Enter<\/kbd>. The folder will reappear in Finder.<\/li>\n<\/ol>\n<p>Using this method, you can easily hide or unhide any folder without needing third-party tools.<\/p>\n<hr>\n<h2 id=\"method-2\">2. Hide a Folder by Adding a Period (.) to Its Name<\/h2>\n<p>macOS automatically hides any file or folder that starts with a period (.). Here\u2019s how to use this simple trick to hide your folder:<\/p>\n<ol>\n<li><strong>Locate the Folder:<\/strong> Open Finder and navigate to the folder you want to hide.<\/li>\n<li><strong>Rename the Folder:<\/strong> Right-click the folder, select <strong>Rename<\/strong>, and add a period (.) at the beginning of the folder\u2019s name. For example, change <code>MyFolder<\/code> to <code>.MyFolder<\/code>, then press <kbd>Enter<\/kbd> to save.<\/li>\n<li><strong>Confirm the Folder is Hidden:<\/strong> The folder will immediately disappear from Finder.<\/li>\n<\/ol>\n<h3>How to View Hidden Folders<\/h3>\n<p>If you want to access the folder later, you can reveal hidden files in Finder:<\/p>\n<ol>\n<li>Press <kbd>Command<\/kbd> + <kbd>Shift<\/kbd> + <kbd>.<\/kbd> (period). This toggles hidden files on and off.<\/li>\n<li>Navigate to the parent directory of the hidden folder. You\u2019ll see the folder grayed out.<\/li>\n<\/ol>\n<h3>How to Unhide the Folder<\/h3>\n<p>To make the folder permanently visible again:<\/p>\n<ol>\n<li>Rename the folder and remove the period at the beginning of its name.<\/li>\n<li>Press <kbd>Enter<\/kbd>. The folder will now appear as a normal, visible folder in Finder.<\/li>\n<\/ol>\n<p>This method is quick, easy, and doesn\u2019t require any special tools.<\/p>\n<hr>\n<h2 id=\"method-3\">3. Hide a Folder by Moving It to a Hidden System Location<\/h2>\n<p>macOS has hidden system directories, such as the <code>Library<\/code> folder, where you can store files or folders out of plain sight. Here\u2019s how:<\/p>\n<ol>\n<li><strong>Access the Hidden Library Folder:<\/strong> Open Finder, press <kbd>Command<\/kbd> + <kbd>Shift<\/kbd> + <kbd>G<\/kbd>, type <code>~\/Library<\/code>, and press <strong>Enter<\/strong>.<\/li>\n<li><strong>Move Your Folder:<\/strong> Drag the folder you want to hide into the Library folder or its subfolders. For added security, place it deep inside multiple subdirectories.<\/li>\n<li><strong>Access the Folder Later:<\/strong> Use the <kbd>Command<\/kbd> + <kbd>Shift<\/kbd> + <kbd>G<\/kbd> shortcut to navigate back to its location.<\/li>\n<\/ol>\n<h3>Why Use This Method?<\/h3>\n<p>Moving a folder to the Library directory or other hidden system locations keeps it out of view without any renaming or attributes. It\u2019s perfect for casual hiding.<\/p>\n<h3>How to Make the Library Folder Visible<\/h3>\n<ol>\n<li>Open Finder and go to your home directory (click <strong>Go > Home<\/strong>).<\/li>\n<li>Click <strong>View<\/strong> in the menu bar and select <strong>Show View Options<\/strong>.<\/li>\n<li>Check the box next to <strong>Show Library Folder<\/strong> to make it permanently visible in Finder.<\/li>\n<\/ol>\n<hr>\n<h2 id=\"method-4\">4. Hide a Folder by Changing Permissions<\/h2>\n<p>You can restrict access to a folder by changing its permissions to \u201cNo Access.\u201d This method ensures that the folder can\u2019t be opened or viewed without altering the settings.<\/p>\n<ol>\n<li><strong>Locate the Folder:<\/strong> Right-click the folder you want to hide and select <strong>Get Info<\/strong>.<\/li>\n<li><strong>Modify Permissions:<\/strong> In the <strong>Sharing & Permissions<\/strong> section, click the lock icon to make changes (enter password if prompted). Change the \u201ceveryone\u201d permission setting to <strong>No Access<\/strong>.<\/li>\n<li><strong>Save the Changes:<\/strong> Click the lock icon again to save and lock the changes.<\/li>\n<\/ol>\n<h3>What Happens Next?<\/h3>\n<p>The folder will still be visible in Finder, but any attempt to open it will result in a \u201cYou don\u2019t have permission\u201d message.<\/p>\n<h3>How to Restore Access<\/h3>\n<ol>\n<li>Right-click the folder and select <strong>Get Info<\/strong>.<\/li>\n<li>Unlock the <strong>Sharing & Permissions<\/strong> section by clicking the lock icon and entering your password.<\/li>\n<li>Change \u201ceveryone\u201d back to <strong>Read & Write<\/strong> or the appropriate setting.<\/li>\n<li>Lock the permissions again by clicking the lock icon.<\/li>\n<\/ol>\n<p>This method is useful for casual hiding and restricting access to specific users on the same Mac.<\/p>\n<hr>\n<h2 id=\"method-5\">5. Hide a Folder by Compressing It<\/h2>\n<p>Compressing a folder into a `.zip` file is a quick way to \u201chide\u201d it while keeping its contents intact. Here\u2019s how:<\/p>\n<ol>\n<li><strong>Locate the Folder:<\/strong> Find the folder you want to hide in Finder.<\/li>\n<li><strong>Compress the Folder:<\/strong> Right-click the folder and select <strong>Compress [Folder Name]<\/strong>. macOS will create a compressed file with the same name, ending in <code>.zip<\/code>.<\/li>\n<li><strong>Hide or Move the Compressed File:<\/strong> Delete the original folder and move the `.zip` file to a less noticeable location, such as a hidden directory or deep inside subfolders.<\/li>\n<\/ol>\n<p><a href=\"linux-command-zip\">Learn more about the .zip command<\/a><\/p>\n<h3>How to Access the Folder Again<\/h3>\n<ol>\n<li>Double-click the `.zip` file to extract its contents back into the original folder.<\/li>\n<li>The extracted folder will appear in the same directory as the `.zip` file.<\/li>\n<\/ol>\n<p>This method is ideal for temporary hiding and organizing sensitive files.<\/p>\n<hr>\n<h2 id=\"method-6\">6. Hide a Folder by Renaming It with a Fake File Extension<\/h2>\n<p>You can disguise a folder by changing its name to look like a system file or an uncommon file type. This makes it less noticeable. Here\u2019s how:<\/p>\n<ol>\n<li><strong>Locate the Folder:<\/strong> Find the folder you want to hide in Finder.<\/li>\n<li><strong>Rename the Folder:<\/strong> Right-click the folder, select <strong>Rename<\/strong>, and change its name by adding a fake extension like <code>.app<\/code>, <code>.pkg<\/code>, or <code>.log<\/code>. Example: Rename <code>MyFolder<\/code> to <code>MyFolder.pkg<\/code>.<\/li>\n<li><strong>Check the Results:<\/strong> The folder will now look like a file with the fake extension and won\u2019t behave like a folder when clicked.<\/li>\n<\/ol>\n<h3>How to Access the Folder Again<\/h3>\n<ol>\n<li>Right-click the folder and select <strong>Rename<\/strong> again.<\/li>\n<li>Remove the fake file extension (e.g., change <code>MyFolder.pkg<\/code> back to <code>MyFolder<\/code>).<\/li>\n<li>Press <strong>Enter<\/strong> to restore it as a normal folder.<\/li>\n<\/ol>\n<p>This method works well for casual hiding and avoids making permanent changes to the folder.<\/p>\n<hr>\n<h2 id=\"method-7\">7. Hide a Folder Using Automator<\/h2>\n<p>Automator allows you to create a custom script to quickly hide or unhide a folder. Here\u2019s how to set it up:<\/p>\n<ol>\n<li><strong>Open Automator:<\/strong> Press <kbd>Command<\/kbd> + <kbd>Space<\/kbd>, type <strong>Automator<\/strong>, and press <kbd>Enter<\/kbd>.<\/li>\n<li><strong>Create a New Workflow:<\/strong> When prompted, choose <strong>Quick Action<\/strong> as the workflow type.<\/li>\n<li><strong>Add a \u201cRun Shell Script\u201d Action:<\/strong> Search for \u201cRun Shell Script\u201d in the left sidebar, drag it into the workflow area, and paste this script:\n<pre>chflags hidden \"$@\"<\/pre>\n<\/li>\n<li><strong>Save the Workflow:<\/strong> Go to <strong>File > Save<\/strong> and name your workflow (e.g., \u201cHide Folder\u201d).<\/li>\n<li><strong>Use the Quick Action:<\/strong> Right-click the folder you want to hide, go to <strong>Quick Actions<\/strong>, and select your script (e.g., \u201cHide Folder\u201d).<\/li>\n<\/ol>\n<h3>How to Unhide the Folder<\/h3>\n<p>Create a second Automator script to toggle visibility back:<\/p>\n<ol>\n<li>Repeat the steps above, but use this shell script instead:<\/li>\n<pre>chflags nohidden \"$@\"<\/pre>\n<li>Save the workflow as \u201cUnhide Folder.\u201d<\/li>\n<li>Right-click the hidden folder, go to <strong>Quick Actions<\/strong>, and select \u201cUnhide Folder.\u201d<\/li>\n<\/ol>\n<p>This method is convenient for frequent hiding and unhiding of folders without needing to manually use Terminal.<\/p>\n<hr>\n<h2 id=\"method-8\">8. Hide a Folder by Creating an Encrypted Disk Image<\/h2>\n<p>You can securely hide a folder by storing it in an encrypted disk image. This method provides both privacy and security. Here\u2019s how:<\/p>\n<ol>\n<li><strong>Open Disk Utility:<\/strong> Press <kbd>Command<\/kbd> + <kbd>Space<\/kbd>, type <strong>Disk Utility<\/strong>, and press <kbd>Enter<\/kbd>.<\/li>\n<li><strong>Create a New Disk Image:<\/strong> Click <strong>File > New Image > Blank Image<\/strong>. In the dialog box, set these key options:\n<table>\n<tbody>\n<tr>\n<td>Name<\/td>\n<td>Name the disk image<\/td>\n<\/tr>\n<tr>\n<td>Size<\/td>\n<td>Choose a size for your folder\u2019s contents<\/td>\n<\/tr>\n<tr>\n<td>Format<\/td>\n<td>Set to <strong>Mac OS Extended (Journaled)<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Encryption<\/td>\n<td>Select <strong>128-bit<\/strong> or <strong>256-bit AES<\/strong> encryption<\/td>\n<\/tr>\n<tr>\n<td>Password<\/td>\n<td>Create a secure password<\/td>\n<\/tr>\n<tr>\n<td>Image Format<\/td>\n<td>Set to <strong>Read\/Write<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/li>\n<li><strong>Save and Mount the Disk Image:<\/strong> Click <strong>Save<\/strong>, then double-click the disk image file to mount it as a virtual drive.<\/li>\n<li><strong>Move Your Folder Into the Disk Image:<\/strong> Drag the folder into the mounted disk image, then eject to secure the contents.<\/li>\n<\/ol>\n<h3>How to Access the Folder<\/h3>\n<ol>\n<li>Double-click the disk image file and enter the password to mount it.<\/li>\n<li>Access the contents as you would with any other drive.<\/li>\n<\/ol>\n<p>This method ensures your folder is both hidden and encrypted, making it ideal for sensitive files.<\/p>","protected":false},"excerpt":{"rendered":"<p>Sometimes, you just want to keep a folder out of sight.<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3397],"tags":[3933],"topic":[],"class_list":["entry-content","is-maxi"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.8 (Yoast SEO v27.6) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Hide a Folder on Mac - Hongkiat<\/title>\n<meta name=\"description\" content=\"Sometimes, you just want to keep a folder out of sight.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Hide a Folder on Mac\" \/>\n<meta property=\"og:description\" content=\"Sometimes, you just want to keep a folder out of sight.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/\" \/>\n<meta property=\"og:site_name\" content=\"Hongkiat\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hongkiatcom\" \/>\n<meta property=\"article:published_time\" content=\"2025-01-15T10:00:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/assets.hongkiat.com\/uploads\/how-to-hide-a-folder-on-mac\/hero.jpg\" \/>\n<meta name=\"author\" content=\"Hongkiat.com\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:site\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Hongkiat.com\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/how-to-hide-a-folder-on-mac\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/how-to-hide-a-folder-on-mac\\\/\"},\"author\":{\"name\":\"Hongkiat.com\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/7cc686597d92f9086729e4bcc1577ba3\"},\"headline\":\"How to Hide a Folder on Mac\",\"datePublished\":\"2025-01-15T10:00:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/how-to-hide-a-folder-on-mac\\\/\"},\"wordCount\":1569,\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/how-to-hide-a-folder-on-mac\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/how-to-hide-a-folder-on-mac\\\/hero.jpg\",\"keywords\":[\"macOS\"],\"articleSection\":[\"Desktop\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/how-to-hide-a-folder-on-mac\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/how-to-hide-a-folder-on-mac\\\/\",\"name\":\"How to Hide a Folder on Mac - Hongkiat\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/how-to-hide-a-folder-on-mac\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/how-to-hide-a-folder-on-mac\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/how-to-hide-a-folder-on-mac\\\/hero.jpg\",\"datePublished\":\"2025-01-15T10:00:31+00:00\",\"description\":\"Sometimes, you just want to keep a folder out of sight.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/how-to-hide-a-folder-on-mac\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/how-to-hide-a-folder-on-mac\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/how-to-hide-a-folder-on-mac\\\/#primaryimage\",\"url\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/how-to-hide-a-folder-on-mac\\\/hero.jpg\",\"contentUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/how-to-hide-a-folder-on-mac\\\/hero.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/how-to-hide-a-folder-on-mac\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Hide a Folder on Mac\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"name\":\"Hongkiat\",\"description\":\"Tech and Design Tips\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\",\"name\":\"Hongkiat.com\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"contentUrl\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"width\":1200,\"height\":799,\"caption\":\"Hongkiat.com\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hongkiatcom\",\"https:\\\/\\\/x.com\\\/hongkiat\",\"https:\\\/\\\/www.pinterest.com\\\/hongkiat\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/7cc686597d92f9086729e4bcc1577ba3\",\"name\":\"Hongkiat.com\",\"description\":\"This post is published by an HKDC (hongkiat.com) staff. (I.e., intern, staff writer, or editor).\",\"sameAs\":[\"https:\\\/\\\/www.hongkiat.com\"],\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/author\\\/com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Hide a Folder on Mac - Hongkiat","description":"Sometimes, you just want to keep a folder out of sight.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/","og_locale":"en_US","og_type":"article","og_title":"How to Hide a Folder on Mac","og_description":"Sometimes, you just want to keep a folder out of sight.","og_url":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/","og_site_name":"Hongkiat","article_publisher":"https:\/\/www.facebook.com\/hongkiatcom","article_published_time":"2025-01-15T10:00:31+00:00","og_image":[{"url":"https:\/\/assets.hongkiat.com\/uploads\/how-to-hide-a-folder-on-mac\/hero.jpg","type":"","width":"","height":""}],"author":"Hongkiat.com","twitter_card":"summary_large_image","twitter_creator":"@hongkiat","twitter_site":"@hongkiat","twitter_misc":{"Written by":"Hongkiat.com"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/#article","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/"},"author":{"name":"Hongkiat.com","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/7cc686597d92f9086729e4bcc1577ba3"},"headline":"How to Hide a Folder on Mac","datePublished":"2025-01-15T10:00:31+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/"},"wordCount":1569,"publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/how-to-hide-a-folder-on-mac\/hero.jpg","keywords":["macOS"],"articleSection":["Desktop"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/","url":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/","name":"How to Hide a Folder on Mac - Hongkiat","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/#primaryimage"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/how-to-hide-a-folder-on-mac\/hero.jpg","datePublished":"2025-01-15T10:00:31+00:00","description":"Sometimes, you just want to keep a folder out of sight.","breadcrumb":{"@id":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/#primaryimage","url":"https:\/\/assets.hongkiat.com\/uploads\/how-to-hide-a-folder-on-mac\/hero.jpg","contentUrl":"https:\/\/assets.hongkiat.com\/uploads\/how-to-hide-a-folder-on-mac\/hero.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hongkiat.com\/blog\/how-to-hide-a-folder-on-mac\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hongkiat.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Hide a Folder on Mac"}]},{"@type":"WebSite","@id":"https:\/\/www.hongkiat.com\/blog\/#website","url":"https:\/\/www.hongkiat.com\/blog\/","name":"Hongkiat","description":"Tech and Design Tips","publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hongkiat.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.hongkiat.com\/blog\/#organization","name":"Hongkiat.com","url":"https:\/\/www.hongkiat.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","contentUrl":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","width":1200,"height":799,"caption":"Hongkiat.com"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hongkiatcom","https:\/\/x.com\/hongkiat","https:\/\/www.pinterest.com\/hongkiat\/"]},{"@type":"Person","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/7cc686597d92f9086729e4bcc1577ba3","name":"Hongkiat.com","description":"This post is published by an HKDC (hongkiat.com) staff. (I.e., intern, staff writer, or editor).","sameAs":["https:\/\/www.hongkiat.com"],"url":"https:\/\/www.hongkiat.com\/blog\/author\/com\/"}]}},"jetpack_featured_media_url":"https:\/\/","jetpack_shortlink":"https:\/\/wp.me\/p4uxU-j2K","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/73206","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/comments?post=73206"}],"version-history":[{"count":1,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/73206\/revisions"}],"predecessor-version":[{"id":73207,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/73206\/revisions\/73207"}],"wp:attachment":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/media?parent=73206"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/categories?post=73206"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/tags?post=73206"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/topic?post=73206"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}