How to Log In to Kraken — Step-by-Step Guide
A complete, practical guide to signing into your Kraken account on desktop and mobile, setting up two-factor authentication (2FA), troubleshooting login issues, and improving account security.
Who this guide is for
This guide is aimed at users new to Kraken as well as experienced traders who want a concise reference for secure login practices, common errors and recovery steps. It does not replace Kraken’s official support or terms of service, but it gives clear, actionable steps and security recommendations.
Short overview — what to expect
- Quick instructions for signing in on web and mobile
- How to enable and use 2FA (recommended)
- Troubleshooting common problems
- Security best practices and account recovery tips
Before you begin
Make sure you have the following prepared:
- Your Kraken account email address (the one you registered with).
- Your Kraken password. If you don't remember it, use the password reset flow (explained below).
- Access to your authentication device/app if you have 2FA enabled (Google Authenticator, Authy, or a hardware security key).
- A secure internet connection (avoid public Wi‑Fi when logging into financial accounts).
Signing in on desktop (web)
Step-by-step
- Open your browser and navigate to
https://www.kraken.com
(or your local Kraken domain). Bookmark it to avoid phishing sites.
- Click the Sign In or Log In button in the top-right of the homepage.
- Enter your registered email address in the email field.
- Type your password carefully. Use the password reveal toggle only if you're on a trusted device.
- If prompted for two-factor authentication (2FA), open your authenticator app and enter the current code, or use your hardware key if set up.
- Once authenticated, you'll be redirected to your Kraken dashboard.
If you use a password manager (recommended), allow it to fill your credentials rather than typing — it reduces the risk of keyloggers and typos.
Signing in on mobile (Kraken app)
Step-by-step
- Open the Kraken app (official app from Apple App Store or Google Play Store).
- Tap Sign In.
- Enter your email or username, then your password.
- Approve the 2FA prompt: either enter the code from your authenticator app, confirm via biometric prompt if enabled, or use your security key.
- You’ll land on the Homescreen showing balances and markets.
Tip: Enable biometric unlock (Face ID / Touch ID / Android fingerprint) for faster access—only do this on a personal device.
Two-factor authentication (2FA) — why and how
2FA adds a second layer of protection beyond your password. There are three common types:
- Time-based One-Time Password (TOTP) — generated by apps like Google Authenticator, Authy, Microsoft Authenticator.
- SMS codes — sent via text message (less secure; susceptible to SIM swapping).
- Hardware security keys — physical devices (e.g., YubiKey) that provide strong protection against phishing.
Recommended setup
- Go to Security > Two-Factor Authentication in your Kraken account settings after signing in.
- Choose a TOTP app (Authy recommended if you want cloud backup; Google Authenticator is simple and local-only).
- Scan the QR code with your authenticator app and store the backup key in a secure password manager or an offline encrypted note.
- Test the code and save any recovery codes Kraken provides (treat them like a spare key).
If you use multiple devices, consider Authy because it can sync tokens across your devices securely. For the highest security, use a hardware key.
How to enable biometric & device-based login
Kraken's mobile app offers biometric unlock (Face ID/Touch ID) for convenience. To set it up:
- Open Kraken app > Settings > Security.
- Enable Biometric Unlock and follow the on-screen prompts.
Note: Biometric unlock is convenient but not a replacement for strong account-level 2FA. Keep both enabled where possible.
Troubleshooting login problems
1. Forgotten password
- On the login page click Forgot password?
- Enter the email you registered with. Kraken will send a password reset link to that address.
- Open the email, click the link, and follow instructions to create a new password.
If you don’t see the email, check spam/junk folders and verify your email hasn’t changed. If the reset link expires, request a new one.
2. Lost 2FA device / codes
If you lose access to your authenticator app or hardware key, Kraken has account recovery procedures. Typical steps:
- Visit Kraken support and start an account recovery case — you'll need to verify identity.
- Be prepared to provide photo ID, proof of address, and answers to security questions if requested.
- Recovery can take time; follow Kraken’s instructions precisely.
Prevent this scenario by securely storing backup recovery codes in a password manager or a safe.
3. Browser or cookie issues
- Clear cookies for Kraken or use your browser's private window to test logins.
- Disable extensions that might interfere (ad-blockers, privacy plugins) and try again.
4. Suspicious login blocked or flagged
If Kraken blocks a login attempt because of location or device changes, you'll receive an email with steps. Confirm it’s a legitimate Kraken communication before acting.
Security best practices for Kraken login
- Use a long, unique password generated by a reputable password manager.
- Enable TOTP 2FA or hardware security key; avoid SMS for 2FA if possible.
- Whitelist your device only if you understand the trade-offs; whitelisting can make logins easier but reduces protection.
- Always verify the Kraken domain and bookmark the real site: phishers often use lookalike domains.
- Keep your operating system, browser and mobile OS up to date.
- Use a reputable password manager to store the backup TOTP secret and recovery codes (encrypted storage).
- Consider separating accounts: use a dedicated email for financial services to limit exposure from other breached accounts.
Recognizing phishing and scam attempts
Phishing emails or sites look like Kraken but try to steal credentials. Red flags:
- URLs with typos, extra dashes, or different domain endings (e.g.,
kraken‑secure.com
).
- Urgent language demanding immediate action or threatening to close your account.
- Requests for your password or full 2FA codes via email or chat.
- Attachments or links that prompt you to enter credentials on a non‑Kraken site.
If you suspect phishing, do not click links. Go directly to Kraken by typing https://www.kraken.com
and report the email to Kraken support.
Advanced login features & developer notes
For power users and developers:
- Kraken supports API keys for programmatic access. API keys are separate from your login credentials and should be managed carefully.
- Use IP whitelisting for API keys to restrict access to known server IPs.
- Consider creating read-only API keys for monitoring, and separate trading keys with strict permissions.
Common questions (FAQ)
Q: Can I use the same password on multiple exchanges?
A: No. Reusing passwords increases risk — use a unique password per service.
Q: Is SMS 2FA safe?
A: SMS is better than nothing but vulnerable to SIM-swap attacks. Prefer TOTP or hardware keys.
Q: How long does Kraken password reset take?
A: The email is usually immediate. Account recovery for lost 2FA or compromised accounts may take several days depending on verification needs.
Q: What should I do if I see an unfamiliar login on my account?
A: Immediately change your password, revoke API keys, remove saved devices if possible, and contact Kraken support to report the activity.
Checklist — quick security audit before login
- ✅ You're on a private, secure network
- ✅ Browser URL is correct and uses HTTPS
- ✅ Password manager autofill is used where possible
- ✅ 2FA is enabled and backup codes are stored securely
- ✅ Device OS and apps are up to date
Sample login flow (HTML snippet for integration)
Below is a simple HTML mock of a login form (for illustrative purposes only — do not use it to collect real credentials):
<form action="/login" method="post">
<label>Email</label> <input type="email" name="email" required>
<label>Password</label> <input type="password" name="password" required>
<button type="submit">Sign In</button>
</form>
Final notes and resources
Logging in to Kraken should be routine and secure if you follow the best practices above. Always treat your login credentials and 2FA secrets like keys to a safe: protect them, back them up, and never share them.
For official, up-to-date instructions and account-specific support, visit Kraken’s support center and security pages. If you need tailored help — for example, a step-by-step recovery checklist after losing 2FA — consult Kraken support directly.