<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unable to install nRF Connect SDK to a non-default location on Windows 11</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121765/unable-to-install-nrf-connect-sdk-to-a-non-default-location-on-windows-11</link><description>Hello, 
 I am trying to install the nRF Connect SDK v3.0.1 on Windows 11 (version 24H2 build 26100.4061). In the VSCode -&amp;gt; nRF Connect(the plugin) -&amp;gt; Manage SDKs 
 I can successfully install the SDK using the default location (c: ncsv3.0.1). However,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 01 Feb 2026 05:13:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121765/unable-to-install-nrf-connect-sdk-to-a-non-default-location-on-windows-11" /><item><title>RE: Unable to install nRF Connect SDK to a non-default location on Windows 11</title><link>https://devzone.nordicsemi.com/thread/560060?ContentTypeID=1</link><pubDate>Sun, 01 Feb 2026 05:13:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0c1aaa0-c480-4820-bd75-c57ac475c67a</guid><dc:creator>house_tiger</dc:creator><description>&lt;p&gt;not sure if you already found a resolution to this, but I encountered the same issue and found a workaround.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;close VS Code if it&amp;#39;s open&lt;/li&gt;
&lt;li&gt;open the file &amp;quot;config.json&amp;quot; located here:&amp;nbsp;&lt;code&gt;C:\Users\&amp;lt;your username&amp;gt;\.vscode\extensions\nordic-semiconductor.nrf-connect-2026.1.1327-win32-x64\platform\nrfutil\config\nrfutil-sdk-manager\config.json&lt;/code&gt;
&lt;ul&gt;
&lt;li&gt;your extension version may be different from mine so check the .vscode\extensions folder for the exact version you have&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;update the &amp;quot;install_dir&amp;quot; property from &amp;quot;null&amp;quot; to your desired path, in my case &amp;quot;d:\\ncs&amp;quot;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  &amp;quot;default&amp;quot;: {
    &amp;quot;install_dir&amp;quot;: &amp;quot;d:\\ncs&amp;quot;,
    &amp;quot;toolchain_index&amp;quot;: null,
    &amp;quot;sdk_index&amp;quot;: null
  },
  &amp;quot;toolchain_indexes&amp;quot;: {},
  &amp;quot;sdk_indexes&amp;quot;: {}
}&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;open VS Code, select the nRF Connect tab, click &amp;quot;Install SDK&amp;quot;, and now you can provide a path for the SDK on the same drive as &amp;quot;install_dir&amp;quot;, such as &amp;quot;D:\ncs\v3.2.1&amp;quot; and the process will finish successfully. all SDK and toolchain files will be installed on the D: drive&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I couldn&amp;#39;t find a setting in the nRF Connect extension which would let you change this in a more user-friendly way.&amp;nbsp;I set up a Dev Drive in Windows and thus I wanted the SDK, project files, and everything on that second partition.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install nRF Connect SDK to a non-default location on Windows 11</title><link>https://devzone.nordicsemi.com/thread/555143?ContentTypeID=1</link><pubDate>Mon, 24 Nov 2025 08:10:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:582c0bb9-91a3-4a2e-8e31-e19d895043c3</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Perfect! Thank you. One of my colleagues will get back to you within the day.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install nRF Connect SDK to a non-default location on Windows 11</title><link>https://devzone.nordicsemi.com/thread/555102?ContentTypeID=1</link><pubDate>Sat, 22 Nov 2025 03:29:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bde0401-447a-4ff6-a3dc-589e43198483</guid><dc:creator>Al.</dc:creator><description>&lt;p&gt;Done: case id&amp;nbsp;354434&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install nRF Connect SDK to a non-default location on Windows 11</title><link>https://devzone.nordicsemi.com/thread/555015?ContentTypeID=1</link><pubDate>Fri, 21 Nov 2025 09:36:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9ef9e77-31ca-4d70-8707-c1985b708e65</guid><dc:creator>Al.</dc:creator><description>&lt;p&gt;Despite my doubts (see comment below), I did try this. (nrfutil sdk-manager install .....) but with current version (v3.1.1) and my path (d:\data\programfiles\nordic\ncs.&lt;/p&gt;
&lt;p&gt;It appeared to download and unpack successfully - the resulting ncs directory is 10GB! But how does haveing done this relate to or effect the extension for nRF development in VSCode? VSCode still shows no extensions installed. I&amp;#39;m guessing if I go to install the extension from within VSCode it will go through the process exactly as before, and assume the install-dir is c:\ncs.&lt;/p&gt;
&lt;p&gt;Now that (hopefully) the sdk and toolchain is installed via the command line, how to sync this with VSCode?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install nRF Connect SDK to a non-default location on Windows 11</title><link>https://devzone.nordicsemi.com/thread/555014?ContentTypeID=1</link><pubDate>Fri, 21 Nov 2025 09:17:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a189895b-9a17-4819-8d3d-72234ac0af9f</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello, please open a new ticket with your issue and provide details about your development environment and the problem you are having.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install nRF Connect SDK to a non-default location on Windows 11</title><link>https://devzone.nordicsemi.com/thread/554980?ContentTypeID=1</link><pubDate>Fri, 21 Nov 2025 02:04:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98951021-47ba-42f3-b225-43a2784e69ee</guid><dc:creator>Al.</dc:creator><description>&lt;p&gt;I&amp;#39;ve tried all that, at least all files at all locations I know of. I&amp;#39;ve also scanned the registry for zombie entries to remove. I haven&amp;#39;t (and can&amp;#39;t) try on a virgin machine.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you suggesting that the tool using c:\ncs for install-dir is a &amp;quot;memory&amp;quot; from an earlier install? I think it is just the tool&amp;#39;s default, which can&amp;#39;t be overriden in the VSCode interface.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install nRF Connect SDK to a non-default location on Windows 11</title><link>https://devzone.nordicsemi.com/thread/554978?ContentTypeID=1</link><pubDate>Fri, 21 Nov 2025 01:52:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8184c26a-bb2e-4cb3-bbc1-3c4b3d43c2f4</guid><dc:creator>Al.</dc:creator><description>&lt;p&gt;I&amp;#39;m not sure that would be a long-term solution ... what would happen the first time there is an update applied from within VSCode? Won&amp;#39;t it go looking for the install-dir on C:, since this update process is happeng from inside VSCode, where the correct path can&amp;#39;t be specified?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install nRF Connect SDK to a non-default location on Windows 11</title><link>https://devzone.nordicsemi.com/thread/554977?ContentTypeID=1</link><pubDate>Fri, 21 Nov 2025 01:49:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a83e8cb-c887-4415-9294-c680aef177a3</guid><dc:creator>Al.</dc:creator><description>&lt;p&gt;I have the same problem trying to install sdk from within VSCode&amp;nbsp;(for me, sdk v3.1.1, 2025-11-20); . More detail: the following error message also displays, along with error code -4058:&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#1f1f1f;color:#cccccc;float:none;font-family:&amp;#39;Segoe WPC&amp;#39;, &amp;#39;Segoe UI&amp;#39;, sans-serif;font-size:13px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;"&gt;Error: The configured `install-dir` directory (C:\ncs) and the `--sdk-path` directory (d:\Data\ProgramFiles\Nordic\ncs\v3.1.1) are on different drives. The installation requires directories on the same drive. Use the `--install-dir` flag to specify a directory on the same drive as for `--sdk-path`. Caused by: Provided path are from different drives&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Clearly the VS code integration is failing to offer user ability to specify install-dir. And is then making the faulty assumption to use a hard-coded location instead of the same location as sdk-path.&lt;/p&gt;
&lt;p&gt;Like rOn9, I need to conserve disk space on C: drive, so installation in default location is a no-go.&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#1f1f1f;color:#cccccc;float:none;font-family:&amp;#39;Segoe WPC&amp;#39;, &amp;#39;Segoe UI&amp;#39;, sans-serif;font-size:13px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to install nRF Connect SDK to a non-default location on Windows 11</title><link>https://devzone.nordicsemi.com/thread/536942?ContentTypeID=1</link><pubDate>Mon, 26 May 2025 13:06:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e91a5532-6e60-4224-a841-293753e75588</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you please test using e.g.&amp;nbsp;&lt;span&gt;&lt;code&gt;nrfutil sdk-manager install v3.0.1 --sdk-path e:\ncs\v3.0.1 --install-dir e:\ncs&lt;/code&gt;?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>