diff --git a/CHANGES.md b/CHANGES.md
index ace4aeeb..0d761829 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -48,7 +48,6 @@
* Change improve clarity of enabled providers on Config/Media Providers
* Add option to limit WebDL propers to original release group under Config/Search/Media Search
* Change add IPv4 config option when enabling IPv6.
-* Add AlphaReign torrent provider
* Add Skytorrents torrent provider
* Change do not have shows checked by default on import page. To re-enable import shows checked by default,
1) On config page 'Save' 2) Stop SG 3) Find 'import_default_checked_shows' in config.ini and set '1' 4) Start SG
@@ -58,6 +57,7 @@
* Fix "too many redirects" or "no CSS/JS content" delivered
* Change restart/shutdown to use updated jQuery
+* Remove AlphaReign torrent provider
### 0.12.16 (2017-05-05 16:40:00 UTC)
diff --git a/gui/slick/images/providers/alphareign.png b/gui/slick/images/providers/alphareign.png
deleted file mode 100644
index a2816cd2..00000000
Binary files a/gui/slick/images/providers/alphareign.png and /dev/null differ
diff --git a/sickbeard/providers/__init__.py b/sickbeard/providers/__init__.py
index 56dca6ff..7fcaf954 100755
--- a/sickbeard/providers/__init__.py
+++ b/sickbeard/providers/__init__.py
@@ -26,7 +26,7 @@ from sickbeard import logger, encodingKludge as ek
# usenet
from . import newznab, omgwtfnzbs
# torrent
-from . import alpharatio, alphareign, beyondhd, bithdtv, bitmetv, btn, btscene, dh, extratorrent, \
+from . import alpharatio, beyondhd, bithdtv, bitmetv, btn, btscene, dh, extratorrent, \
fano, filelist, freshontv, funfile, gftracker, grabtheinfo, hd4free, hdbits, hdspace, hdtorrents, \
iptorrents, limetorrents, morethan, nebulance, ncore, pisexy, pretome, privatehd, ptf, \
rarbg, revtt, scc, scenetime, shazbat, skytorrents, speedcd, \
@@ -42,7 +42,6 @@ except:
__all__ = ['omgwtfnzbs',
'alpharatio',
- 'alphareign',
'anizb',
'beyondhd',
'bithdtv',
diff --git a/sickbeard/providers/alphareign.py b/sickbeard/providers/alphareign.py
deleted file mode 100644
index 1f29aeb4..00000000
--- a/sickbeard/providers/alphareign.py
+++ /dev/null
@@ -1,105 +0,0 @@
-# coding=utf-8
-#
-# Author: SickGear
-#
-# This file is part of SickGear.
-#
-# SickGear is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# SickGear is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with SickGear. If not, see