How to Find IMEI Number from Windows 7?
up vote
1
down vote
favorite
The Thinkpad X1 Carbon has built-in 4G which takes a Micro-SIM card. After getting a Micro-SIM, I was told to call in to activate it. The network operator though requires an IMEI number and refuses to make the Micro-SIM active without it.
There is no IMEI number anywhere on my laptop, its box or the documentation. How can I query Windows 7 to return IMEI. Tried to look in the Device Manager and the output from IPCONFIG but I cannot find it. I have the MAC addresses which were also on the box but no IMEI.
windows-7 sim
add a comment |
up vote
1
down vote
favorite
The Thinkpad X1 Carbon has built-in 4G which takes a Micro-SIM card. After getting a Micro-SIM, I was told to call in to activate it. The network operator though requires an IMEI number and refuses to make the Micro-SIM active without it.
There is no IMEI number anywhere on my laptop, its box or the documentation. How can I query Windows 7 to return IMEI. Tried to look in the Device Manager and the output from IPCONFIG but I cannot find it. I have the MAC addresses which were also on the box but no IMEI.
windows-7 sim
I would contact Lenovo
– Ramhound
Mar 9 '14 at 1:48
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
The Thinkpad X1 Carbon has built-in 4G which takes a Micro-SIM card. After getting a Micro-SIM, I was told to call in to activate it. The network operator though requires an IMEI number and refuses to make the Micro-SIM active without it.
There is no IMEI number anywhere on my laptop, its box or the documentation. How can I query Windows 7 to return IMEI. Tried to look in the Device Manager and the output from IPCONFIG but I cannot find it. I have the MAC addresses which were also on the box but no IMEI.
windows-7 sim
The Thinkpad X1 Carbon has built-in 4G which takes a Micro-SIM card. After getting a Micro-SIM, I was told to call in to activate it. The network operator though requires an IMEI number and refuses to make the Micro-SIM active without it.
There is no IMEI number anywhere on my laptop, its box or the documentation. How can I query Windows 7 to return IMEI. Tried to look in the Device Manager and the output from IPCONFIG but I cannot find it. I have the MAC addresses which were also on the box but no IMEI.
windows-7 sim
windows-7 sim
asked Mar 9 '14 at 1:16
Itai
1,84851627
1,84851627
I would contact Lenovo
– Ramhound
Mar 9 '14 at 1:48
add a comment |
I would contact Lenovo
– Ramhound
Mar 9 '14 at 1:48
I would contact Lenovo
– Ramhound
Mar 9 '14 at 1:48
I would contact Lenovo
– Ramhound
Mar 9 '14 at 1:48
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
accepted
Assuming all of your drivers are installed run from CMD as admin:
netsh mbn show interface
Device ID is the IMEI
Alternatively you can use either the software that came with lenovo - I think the earlier version was called access connections or use some of the 3rd party software pacakges avalaible - like this one
1
Not working. All drivers are installed and I updated all from Lenovo's System update. First it gave an wwansvc service not running error, so I started it manually. Not the command says There is no Broadband interface. Could there be a catch-22 and this not work unless connected? Or is there anything to do to activate the driver first? Access Connections does not show anything and has the Broadband option greyed out.
– Itai
Mar 9 '14 at 5:10
@Itai I am experiencing the same problem. I've now spent more than 1 hour on the phone with Lenovo, but they don't know what to do either.
– steampowered
Nov 30 at 17:16
add a comment |
up vote
0
down vote
Some models of Lenovo laptops have a sim card slot but do NOT have an internal card which interfaces the sim to the motherboard. In this case you will get an error saying There is no Broadband interface when you try to show the IMEI without the card.
Specifically the Lenovo X1 Carbon 5th Gen has the sim card slot but no internal network card for the sim. However, the Lenovo X1 Carbon 6th Gen DOES have an internal sim card. Make sure you get the right laptop!
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f726519%2fhow-to-find-imei-number-from-windows-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Assuming all of your drivers are installed run from CMD as admin:
netsh mbn show interface
Device ID is the IMEI
Alternatively you can use either the software that came with lenovo - I think the earlier version was called access connections or use some of the 3rd party software pacakges avalaible - like this one
1
Not working. All drivers are installed and I updated all from Lenovo's System update. First it gave an wwansvc service not running error, so I started it manually. Not the command says There is no Broadband interface. Could there be a catch-22 and this not work unless connected? Or is there anything to do to activate the driver first? Access Connections does not show anything and has the Broadband option greyed out.
– Itai
Mar 9 '14 at 5:10
@Itai I am experiencing the same problem. I've now spent more than 1 hour on the phone with Lenovo, but they don't know what to do either.
– steampowered
Nov 30 at 17:16
add a comment |
up vote
2
down vote
accepted
Assuming all of your drivers are installed run from CMD as admin:
netsh mbn show interface
Device ID is the IMEI
Alternatively you can use either the software that came with lenovo - I think the earlier version was called access connections or use some of the 3rd party software pacakges avalaible - like this one
1
Not working. All drivers are installed and I updated all from Lenovo's System update. First it gave an wwansvc service not running error, so I started it manually. Not the command says There is no Broadband interface. Could there be a catch-22 and this not work unless connected? Or is there anything to do to activate the driver first? Access Connections does not show anything and has the Broadband option greyed out.
– Itai
Mar 9 '14 at 5:10
@Itai I am experiencing the same problem. I've now spent more than 1 hour on the phone with Lenovo, but they don't know what to do either.
– steampowered
Nov 30 at 17:16
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Assuming all of your drivers are installed run from CMD as admin:
netsh mbn show interface
Device ID is the IMEI
Alternatively you can use either the software that came with lenovo - I think the earlier version was called access connections or use some of the 3rd party software pacakges avalaible - like this one
Assuming all of your drivers are installed run from CMD as admin:
netsh mbn show interface
Device ID is the IMEI
Alternatively you can use either the software that came with lenovo - I think the earlier version was called access connections or use some of the 3rd party software pacakges avalaible - like this one
answered Mar 9 '14 at 2:11
TomEus
3,1021228
3,1021228
1
Not working. All drivers are installed and I updated all from Lenovo's System update. First it gave an wwansvc service not running error, so I started it manually. Not the command says There is no Broadband interface. Could there be a catch-22 and this not work unless connected? Or is there anything to do to activate the driver first? Access Connections does not show anything and has the Broadband option greyed out.
– Itai
Mar 9 '14 at 5:10
@Itai I am experiencing the same problem. I've now spent more than 1 hour on the phone with Lenovo, but they don't know what to do either.
– steampowered
Nov 30 at 17:16
add a comment |
1
Not working. All drivers are installed and I updated all from Lenovo's System update. First it gave an wwansvc service not running error, so I started it manually. Not the command says There is no Broadband interface. Could there be a catch-22 and this not work unless connected? Or is there anything to do to activate the driver first? Access Connections does not show anything and has the Broadband option greyed out.
– Itai
Mar 9 '14 at 5:10
@Itai I am experiencing the same problem. I've now spent more than 1 hour on the phone with Lenovo, but they don't know what to do either.
– steampowered
Nov 30 at 17:16
1
1
Not working. All drivers are installed and I updated all from Lenovo's System update. First it gave an wwansvc service not running error, so I started it manually. Not the command says There is no Broadband interface. Could there be a catch-22 and this not work unless connected? Or is there anything to do to activate the driver first? Access Connections does not show anything and has the Broadband option greyed out.
– Itai
Mar 9 '14 at 5:10
Not working. All drivers are installed and I updated all from Lenovo's System update. First it gave an wwansvc service not running error, so I started it manually. Not the command says There is no Broadband interface. Could there be a catch-22 and this not work unless connected? Or is there anything to do to activate the driver first? Access Connections does not show anything and has the Broadband option greyed out.
– Itai
Mar 9 '14 at 5:10
@Itai I am experiencing the same problem. I've now spent more than 1 hour on the phone with Lenovo, but they don't know what to do either.
– steampowered
Nov 30 at 17:16
@Itai I am experiencing the same problem. I've now spent more than 1 hour on the phone with Lenovo, but they don't know what to do either.
– steampowered
Nov 30 at 17:16
add a comment |
up vote
0
down vote
Some models of Lenovo laptops have a sim card slot but do NOT have an internal card which interfaces the sim to the motherboard. In this case you will get an error saying There is no Broadband interface when you try to show the IMEI without the card.
Specifically the Lenovo X1 Carbon 5th Gen has the sim card slot but no internal network card for the sim. However, the Lenovo X1 Carbon 6th Gen DOES have an internal sim card. Make sure you get the right laptop!
add a comment |
up vote
0
down vote
Some models of Lenovo laptops have a sim card slot but do NOT have an internal card which interfaces the sim to the motherboard. In this case you will get an error saying There is no Broadband interface when you try to show the IMEI without the card.
Specifically the Lenovo X1 Carbon 5th Gen has the sim card slot but no internal network card for the sim. However, the Lenovo X1 Carbon 6th Gen DOES have an internal sim card. Make sure you get the right laptop!
add a comment |
up vote
0
down vote
up vote
0
down vote
Some models of Lenovo laptops have a sim card slot but do NOT have an internal card which interfaces the sim to the motherboard. In this case you will get an error saying There is no Broadband interface when you try to show the IMEI without the card.
Specifically the Lenovo X1 Carbon 5th Gen has the sim card slot but no internal network card for the sim. However, the Lenovo X1 Carbon 6th Gen DOES have an internal sim card. Make sure you get the right laptop!
Some models of Lenovo laptops have a sim card slot but do NOT have an internal card which interfaces the sim to the motherboard. In this case you will get an error saying There is no Broadband interface when you try to show the IMEI without the card.
Specifically the Lenovo X1 Carbon 5th Gen has the sim card slot but no internal network card for the sim. However, the Lenovo X1 Carbon 6th Gen DOES have an internal sim card. Make sure you get the right laptop!
answered Nov 30 at 18:28
steampowered
1,11072740
1,11072740
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f726519%2fhow-to-find-imei-number-from-windows-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I would contact Lenovo
– Ramhound
Mar 9 '14 at 1:48