<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WPWife &#187; unable to install plugins</title>
	<atom:link href="http://www.wpwife.com/category/unable-to-install-plugins/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpwife.com</link>
	<description>WPHelp: fix and optimise WP themes&#38;plugins</description>
	<lastBuildDate>Fri, 21 Nov 2025 12:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.38</generator>
	<item>
		<title>Why Can’t I Add or Install Plugins in WordPress?</title>
		<link>http://www.wpwife.com/wordpress-plugins/why-cant-i-add-or-install-plugins-in-wordpress</link>
		<comments>http://www.wpwife.com/wordpress-plugins/why-cant-i-add-or-install-plugins-in-wordpress#comments</comments>
		<pubDate>Mon, 22 Jan 2018 13:30:03 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[unable to install plugins]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=10049</guid>
		<description><![CDATA[
<p>One of the most common questions we are asked by WordPress beginners is: &#8220;Why can&#8217;t I add plugins in WordPress?&#8221;. It usually follows up with how the user is seeing an upgrade message or that their admin area doesn&#8217;t have the plugins menu. If you&#8217;re&#8230;&#160;<strong><a href="http://www.wpbeginner.com/plugins/why-cant-i-add-or-install-plugins-in-wordpress/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/why-cant-i-add-or-install-plugins-in-wordpress/">Why Can&#8217;t I Add or Install Plugins in WordPress?</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>One of the most common questions we are asked by WordPress beginners is: &#8220;Why can&#8217;t I add plugins in WordPress?&#8221;. It usually follows up with how the user is seeing an upgrade message or that their admin area doesn&#8217;t have the plugins menu. If you&#8217;re encountering this issue, then you&#8217;re in the right place. In this article, we will explain why you cannot add or install plugins in WordPress. </p>
<p><img title="Why Can&#039;t I Add or Install Plugins in WordPress" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/01/cannotinstallplugins.png" alt="Why Can&#039;t I Add or Install Plugins in WordPress" width="550" height="340" class="alignnone size-full wp-image-49713" /></p>
<h4>1. You are On WordPress.com</h4>
<p><a href="http://www.wpbeginner.com/refer/wordpresscom/"  title="WordPress.com" rel="nofollow">WordPress.com</a> is a blog hosting service that offers a limited version of the popular self-hosted WordPress software. See our guide on the <a href="http://www.wpbeginner.com/beginners-guide/self-hosted-wordpress-org-vs-free-wordpress-com-infograph/" title="WordPress.com vs WordPress.org – Which is Better? (Comparison Chart)">difference between WordPress.com vs WordPress.org</a> for more details. </p>
<p>WordPress.com users cannot install plugins unless they upgrade to the business plan which costs about $299 per year. If you are on a free, personal, or premium plan, then you cannot install third-party plugins. </p>
<p><img title="WordPress.com plugins" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/01/businessplan.png" alt="WordPress.com plugins" width="550" height="283" class="alignnone size-full wp-image-49709" /></p>
<p>If you don&#8217;t want to pay the $299 per year, then you can <a href="http://www.wpbeginner.com/wp-tutorials/how-to-properly-move-your-blog-from-wordpress-com-to-wordpress-org/" title="How to Properly Move Your Blog from WordPress.com to WordPress.org">move your blog from WordPress.com to WordPress.org</a>. If you need assistance in doing that, then use our <a href="http://www.wpbeginner.com/free-wordpress-blog-setup/" title="Free WordPress Blog Setup">free WordPress blog setup</a> service (just make a note that you want us to transfer your site, and we will do it for free).</p>
<h4>2. You are Facing Memory Limit Issue</h4>
<p>The second most common scenario is that you can see and access the plugins menu but unable to install plugins. </p>
<p>The failure notice is usually caused by the PHP memory limit. There are settings in your <a href="http://www.wpbeginner.com/wordpress-hosting/" title="How to Choose the Best WordPress Hosting?">WordPress hosting</a> and inside your WordPress core that define the amount of memory a PHP script can use. When a process reaches this limit, it either gets terminated or it gives an error like this:</p>
<p><code>Fatal error: Allowed memory size of 67108864 bytes exhausted</code></p>
<p>The quick fix to this problem is increasing your PHP memory limit. You can do that by adding this line to your <a href="http://www.wpbeginner.com/beginners-guide/how-to-edit-wp-config-php-file-in-wordpress/" title="How to Edit wp-config.php File in WordPress">wp-config.php file</a>:</p>
<pre class="brush: php; title: ; notranslate">define('WP_MEMORY_LIMIT', '256M');</pre>
<p>For more detailed instructions, see our guide on how to <a href="http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/" title="Fix: WordPress Memory Exhausted Error – Increase PHP Memory">fix WordPress memory exhausted error</a>. </p>
<h4>3. User Role Restrictions</h4>
<p>WordPress comes with a built-in <a href="http://www.wpbeginner.com/beginners-guide/wordpress-user-roles-and-permissions/" title="Beginner’s Guide to WordPress User Roles and Permissions">user role management system</a>. Sometimes web developers don&#8217;t give <a href="http://www.wpbeginner.com/glossary/administrator/" title="What is Administrator in WordPress?">administrator</a> access to their clients. Instead, they create an <a href="http://www.wpbeginner.com/glossary/editor/" title="What is Editor in WordPress?">editor</a> account for them. </p>
<p><img title="Administrator vs Editor dashboard in WordPress" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/01/admindashboard.png" alt="Administrator vs Editor dashboard in WordPress" width="550" height="350" class="alignnone size-full wp-image-49716" /></p>
<p>Only administrators can install and activate plugins on a WordPress site. If you are the owner of the website, then you need to ask your developer to make sure that you have administrator permissions.</p>
<h4>4. You are on a Multi Site Network</h4>
<p>Another possible reason as to why you can’t see the plugins menu in WordPress could be that your site is part of a <a href="http://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/" title="How to Install and Setup WordPress Multisite Network">WordPress multi-site network</a>, and the network admin has disabled the plugins menu item on network sites. </p>
<p><img title="Installing plugins on multisite network" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/01/networkadmin.png" alt="Installing plugins on multisite network" width="550" height="340" class="alignnone size-full wp-image-49717" /></p>
<p>It is pretty much the same scenario as WordPress.com. The network admins need to consider the server stability, <a href="http://www.wpbeginner.com/wordpress-security/" title="The Ultimate WordPress Security Guide – Step by Step (2018)">WordPress security</a>, and load balancing issues. To solve this problem, you can ask your network administrator to install plugins for you.</p>
<p>For more on this topic, see our guide on <a href="http://www.wpbeginner.com/beginners-guide/why-do-you-not-see-all-plugins-on-wordpress-multisite-installs/" title="Why Do You Not See All Plugins on WordPress Multisite Installs">why do you not see all plugins on WordPress multisite installs</a></p>
<p>We hope this article helped you learn why you can&#8217;t add or install plugins in WordPress. You may also want to see our list of <a href="http://www.wpbeginner.com/showcase/24-must-have-wordpress-plugins-for-business-websites/" title="24 Must Have WordPress Plugins for Business Websites in 2018">must have WordPress plugins</a> for your website. </p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/plugins/why-cant-i-add-or-install-plugins-in-wordpress/">Why Can&#8217;t I Add or Install Plugins in WordPress?</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/wordpress-plugins/why-cant-i-add-or-install-plugins-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
