# Best Android keyboards with bigger keys: 3 apps + 1 stock-keyboard trick

*Published:* 2025-05-15
*Author:* Farzan Hussain

### TL;DR

**The pick:** Big Keys Keyboard for the largest accessible-design keys, Gboard for the cleanest large-key layout in mainstream Android, and Typewise for the honeycomb shape that some users adapt to faster than rectangular keys.

**Runner-up:** Gboard’s keyboard size adjustment in settings (long-press space &gt; keyboard size) handles most users’ needs without installing a third-party keyboard.

**Skip if:** you don’t have a specific reason for bigger keys. The default keyboard size on most [Android phones](https://bestforandroid.com/ "best for android") is fine for most users; bigger is genuinely an accessibility need or a thumb-typing preference, not an upgrade.




.bfa-hero-stat-trio-block, .bfa-hero-stat-trio-block *, .bfa-hero-stat-trio-block *::before, .bfa-hero-stat-trio-block *::after { box-sizing: border-box; }
.bfa-hero-stat-trio-block { container-type: inline-size; container-name: bfa-hero-trio; font-family: "Source Serif 4", Georgia, "Times New Roman", serif; color: #0E1A1A; background: #FAF7F2; border: 1px solid #E8E0D2; border-radius: 20px; padding: 36px 28px; margin: 28px 0; }
.bfa-hero-stat-trio-block .bfa-hero-trio__eyebrow { font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: #44706E; margin: 0 0 12px 0; }
.bfa-hero-stat-trio-block .bfa-hero-trio__title { font-family: "Fraunces", Georgia, "Times New Roman", serif; font-weight: 600; font-size: 32px; line-height: 1.15; margin: 0 0 14px 0; color: #0E1A1A; }
.bfa-hero-stat-trio-block .bfa-hero-trio__title em { font-style: italic; color: #1F3837; }
.bfa-hero-stat-trio-block .bfa-hero-trio__intro { font-size: 17px; line-height: 1.55; color: #4B5C5B; margin: 0 0 28px 0; }
.bfa-hero-stat-trio-block .bfa-hero-trio__grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.bfa-hero-stat-trio-block .bfa-hero-trio__stat { background: #ffffff; border: 1px solid #E8E0D2; border-radius: 14px; padding: 22px 18px; text-align: left; }
.bfa-hero-stat-trio-block .bfa-hero-trio__value { font-family: "Fraunces", Georgia, "Times New Roman", serif; font-feature-settings: "tnum" 1; font-variant-numeric: tabular-nums; font-weight: 600; font-size: 44px; line-height: 1; color: #1F3837; }
.bfa-hero-stat-trio-block .bfa-hero-trio__unit { font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 14px; color: #44706E; margin-left: 6px; letter-spacing: 0.04em; }
.bfa-hero-stat-trio-block .bfa-hero-trio__caption { font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 13px; color: #728483; margin: 8px 0 0 0; line-height: 1.4; }
@container bfa-hero-trio (min-width: 560px) { .bfa-hero-stat-trio-block .bfa-hero-trio__grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } .bfa-hero-stat-trio-block .bfa-hero-trio__title { font-size: 38px; } }
@media (prefers-reduced-motion: reduce) { .bfa-hero-stat-trio-block .bfa-hero-trio__value { transition: none; } }
Big-key Android keyboards audit

Three apps. *Plus one stock-keyboard trick.* Skip the rest.
-----------------------------------------------------------

If the standard Android keyboard’s keys feel too small, the right fix is one of three [apps](https://bestforandroid.com/best/apps-android/ "Best Apps Category") below, or just adjusting Gboard’s size setting that most users don’t know exists.

0appsWorth installing for bigger keys



0stock settingGboard’s keyboard size slider, free and built-in



0test phonesPixel, Galaxy, OnePlus across sizes






(function () {
  function init(block) {
    if (block.getAttribute("data-bfa-trio-bound") === "1") { return; }
    block.setAttribute("data-bfa-trio-bound", "1");
    var values = block.getElementsByClassName("bfa-hero-trio__value");
    var reduce = window.matchMedia("(prefers-reduced-motion: reduce)").matches;
    function animate(el) {
      var target = parseInt(el.getAttribute("data-bfa-trio-value"), 10) || 0;
      if (reduce) { el.textContent = String(target); return; }
      var start = null; var dur = 1800;
      function step(ts) {
        if (start === null) { start = ts; }
        var t = Math.min(1, (ts - start) / dur);
        var eased = 1 - Math.pow(1 - t, 3);
        el.textContent = String(Math.round(target * eased));
        if (t < 1) { requestAnimationFrame(step); }
      }
      requestAnimationFrame(step);
    }
    if (typeof IntersectionObserver === "undefined") {
      Array.prototype.forEach.call(values, function (el) { animate(el); });
      return;
    }
    var io = new IntersectionObserver(function (entries) {
      entries.forEach(function (entry) { if (entry.isIntersecting) { animate(entry.target); io.unobserve(entry.target); } });
    }, { threshold: 0.4 });
    Array.prototype.forEach.call(values, function (el) { io.observe(el); });
  }
  function run() {
    var blocks = document.getElementsByClassName("bfa-hero-stat-trio-block");
    Array.prototype.forEach.call(blocks, function (b) { try { init(b); } catch (e) {} });
  }
  if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", run); } else { run(); }
})();
First: try the stock setting before installing anything
-------------------------------------------------------

Gboard (the default Google keyboard on most Android phones) has a keyboard size adjustment that's hidden in a menu most users never open. Long-press the space bar in any Gboard input, tap the gear icon, then Settings &gt; Preferences &gt; Keyboard height. There's also a one-handed and floating mode that solves a different ergonomic problem. For most users with "my keys are too small" complaints, this fixes it without a third-party app.

If you genuinely need bigger keys (accessibility, thumb-typing, vision)
-----------------------------------------------------------------------

1. Big Keys Keyboard
--------------------

**Best for:** users with vision or motor accessibility needs.

Big Keys Keyboard maximizes per-key area at the cost of layout density. Designed specifically for accessibility use cases (low vision, tremor, fine-motor difficulty). Free, with a paid pro tier (~$3) that adds custom themes and key sounds.

[Visit Big Keys Keyboard](https://play.google.com/store/apps/details?id=com.aratext.bigkeysfreelitedemo)

[Get on Play Store](https://play.google.com/store/apps/details?id=com.aratext.bigkeysfreelitedemo)



2. Gboard
---------

**Best for:** users who want the cleanest big-key layout in mainstream Android.

Gboard's keyboard size adjustment can scale up to 1.5x the default. Combined with the high-contrast theme option, this is the cleanest accessible setup most users can arrange without leaving the standard Android keyboard.

[Visit Gboard](https://www.google.com/android/keyboard/)

[Get on Play Store](https://play.google.com/store/apps/details?id=com.google.android.inputmethod.latin)



3. Typewise Custom Keyboard
---------------------------

**Best for:** users open to a non-rectangular layout.

Typewise uses hexagonal keys arranged in a honeycomb. The per-key area is larger than a rectangular layout at the same total keyboard size. The trade-off is the learning curve: about 30 minutes to feel comfortable, longer to reach pre-Typewise typing speed. Free with optional premium tier.

[Visit Typewise Custom Keyboard](https://www.typewise.app/)

[Get on Play Store](https://play.google.com/store/apps/details?id=ch.icoaching.typewise)



What we'd skip
--------------

The long tail of "big key" keyboard apps on the Play Store is dominated by ad-supported clones with permission requests that exceed what a keyboard reasonably needs (Internet, Contacts, etc.). Stick to the three above; the rest are problematic.

Verdict
-------

Try Gboard's size slider first. If you need more, Big Keys Keyboard for accessibility-first design or Typewise for the honeycomb layout. Avoid the long tail.

#### How we tested

Five test phones (Pixel 9 Pro, Pixel 6a, Galaxy S25 Ultra, Galaxy A55, OnePlus 13). Permissions audit on each app. Affiliate links may earn BFA a small commission.